# HG changeset patch # User michael # Date 1265172042 0 # Node ID 67b3d3174b41ecb63c899eb0bad2084e09739879 # Parent 0f3a097958403bd3ed0930e079e9f507b1022a45 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. diff -r 0f3a09795840 -r 67b3d3174b41 mpegvideo_parser.c --- 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, };