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

Unified Diff: patches/to_upstream/12_ogg_seek_to_zero.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/to_upstream/12_ogg_seek_to_zero.patch
===================================================================
--- patches/to_upstream/12_ogg_seek_to_zero.patch (revision 65184)
+++ patches/to_upstream/12_ogg_seek_to_zero.patch (working copy)
@@ -1,6 +1,6 @@
-diff -rpu -N orig/libavformat/oggdec.c ffmpeg-mt/libavformat/oggdec.c
---- orig/libavformat/oggdec.c 2010-10-11 16:55:37 -0700
-+++ ffmpeg-mt/libavformat/oggdec.c 2010-10-11 16:55:39 -0700
+diff -wurp -N orig/libavformat/oggdec.c ffmpeg-mt/libavformat/oggdec.c
+--- orig/libavformat/oggdec.c 2010-11-04 08:09:13 -0700
++++ ffmpeg-mt/libavformat/oggdec.c 2010-11-04 08:09:16 -0700
@@ -596,6 +596,8 @@ ogg_read_timestamp (AVFormatContext * s,
ByteIOContext *bc = s->pb;
int64_t pts = AV_NOPTS_VALUE;

Powered by Google App Engine
This is Rietveld 408576698