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

Unified Diff: patches/ugly/07_get_bits_overrun.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/07_get_bits_overrun.patch
===================================================================
--- patches/ugly/07_get_bits_overrun.patch (revision 65184)
+++ patches/ugly/07_get_bits_overrun.patch (working copy)
@@ -1,6 +1,6 @@
-diff -rpu -N orig/libavcodec/get_bits.h ffmpeg-mt/libavcodec/get_bits.h
---- orig/libavcodec/get_bits.h 2010-10-11 16:54:49 -0700
-+++ ffmpeg-mt/libavcodec/get_bits.h 2010-10-11 16:54:53 -0700
+diff -wurp -N orig/libavcodec/get_bits.h ffmpeg-mt/libavcodec/get_bits.h
+--- orig/libavcodec/get_bits.h 2010-11-04 08:07:08 -0700
++++ ffmpeg-mt/libavcodec/get_bits.h 2010-11-04 08:07:14 -0700
@@ -53,13 +53,21 @@
/* buffer, buffer_end and size_in_bits must be present and used by every reader */
typedef struct GetBitContext {

Powered by Google App Engine
This is Rietveld 408576698