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

Unified Diff: patches/ugly/08_enforce_theora_oob.patch

Issue 3066011: ffmpeg configured with webm decode only to avoid postproc that pulls in unuse... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: '' Created 10 years, 5 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
Index: patches/ugly/08_enforce_theora_oob.patch
===================================================================
--- patches/ugly/08_enforce_theora_oob.patch (revision 53990)
+++ patches/ugly/08_enforce_theora_oob.patch (working copy)
@@ -1,6 +1,6 @@
diff -rpu -N orig/libavcodec/vp3.c ffmpeg-mt/libavcodec/vp3.c
---- orig/libavcodec/vp3.c 2010-06-24 19:19:47.029121600 -0700
-+++ ffmpeg-mt/libavcodec/vp3.c 2010-06-24 19:19:48.932346000 -0700
+--- orig/libavcodec/vp3.c 2010-07-27 13:08:07.764550900 -0700
++++ ffmpeg-mt/libavcodec/vp3.c 2010-07-27 13:08:10.052779700 -0700
@@ -868,6 +868,11 @@ static int unpack_vlcs(Vp3DecodeContext
int num_coeffs = s->num_coded_frags[plane][coeff_index];
int16_t *dct_tokens = s->dct_tokens[plane][coeff_index];
Property changes on: patches\ugly\08_enforce_theora_oob.patch
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698