changeset 11073:67b3d3174b41 libavcodec

Revert r12684 | michael | 2008-04-04 02:43:34 +0200 (Fri, 04 Apr 2008) | 2 lines Disable the split function. This should end the mpeg1/2 global header issues. The split function is essential for -ss to work Fixes issue1226 If this breaks something please tell me, also if someoen remembers what problem this originally caused tell me too, i searched but couldnt find it.
author michael
date Wed, 03 Feb 2010 04:40:42 +0000
parents 0f3a09795840
children 9fe3b0dcd33d
files mpegvideo_parser.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpegvideo_parser.c	Tue Feb 02 22:57:56 2010 +0000
+++ b/mpegvideo_parser.c	Wed Feb 03 04:40:42 2010 +0000
@@ -182,4 +182,5 @@
     NULL,
     mpegvideo_parse,
     ff_parse1_close,
+    mpegvideo_split,
 };