diff mpegvideo_parser.c @ 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 60ca4112b5f4
children
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,
 };