Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/ffmpeg/README.chromium

Issue 335018: ffmpeg patch to patch 42 to avoid infinite loop (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/ffmpeg/patched-ffmpeg-mt/libavcodec/aac.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/README.chromium
===================================================================
--- third_party/ffmpeg/README.chromium (revision 29964)
+++ third_party/ffmpeg/README.chromium (working copy)
@@ -78,6 +78,8 @@
patch -p1 < ../patches/to_upstream/44_respect_flac_configure.patch
patch -p1 < ../patches/to_upstream/45_ogg_seek_missing_first_frame.patch
patch -p1 < ../patches/to_upstream/46_vp3_key_frame_after_flush.patch
+ patch -p1 < ../patches/to_upstream/47_remove_decode_on_config_no_svq3.patch
+ patch -p1 < ../patches/to_upstream/48_aac_infinite_loop.patch
There is also a script "make_src_tree.sh" that automates most of the steps
above for you. It is currently only tested on linux.
« no previous file with comments | « no previous file | third_party/ffmpeg/patched-ffmpeg-mt/libavcodec/aac.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698