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

Unified Diff: patches/ugly/10_aac_oob_read.patch

Issue 4533003: patched ffmpeg nov 2 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: '' Created 10 years, 1 month 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/10_aac_oob_read.patch
===================================================================
--- patches/ugly/10_aac_oob_read.patch (revision 65184)
+++ patches/ugly/10_aac_oob_read.patch (working copy)
@@ -1,6 +1,6 @@
-diff -rpu -N orig/libavcodec/aacdec.c ffmpeg-mt/libavcodec/aacdec.c
---- orig/libavcodec/aacdec.c 2010-10-11 16:55:17 -0700
-+++ ffmpeg-mt/libavcodec/aacdec.c 2010-10-11 16:55:22 -0700
+diff -wurp -N orig/libavcodec/aacdec.c ffmpeg-mt/libavcodec/aacdec.c
+--- orig/libavcodec/aacdec.c 2010-11-04 08:08:21 -0700
++++ ffmpeg-mt/libavcodec/aacdec.c 2010-11-04 08:08:27 -0700
@@ -447,6 +447,7 @@ static int decode_audio_specific_config(
int i;

Powered by Google App Engine
This is Rietveld 408576698