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

Unified Diff: patches/ugly/08_enforce_theora_oob.patch

Issue 2850032: ffmpeg update to june 23 version which fixes mp4 crash on still frames with 3... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 10 years, 6 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 | « patches/ugly/07_get_bits_overrun.patch ('k') | patches/ugly/09_enforce_vorbis_oob_divzero.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/ugly/08_enforce_theora_oob.patch
===================================================================
--- patches/ugly/08_enforce_theora_oob.patch (revision 50820)
+++ 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-17 09:39:47.729307500 -0700
-+++ ffmpeg-mt/libavcodec/vp3.c 2010-06-17 09:39:49.090443600 -0700
+--- 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
@@ -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];
« no previous file with comments | « patches/ugly/07_get_bits_overrun.patch ('k') | patches/ugly/09_enforce_vorbis_oob_divzero.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698