comparison 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
comparison
equal deleted inserted replaced
11072:0f3a09795840 11073:67b3d3174b41
180 { CODEC_ID_MPEG1VIDEO, CODEC_ID_MPEG2VIDEO }, 180 { CODEC_ID_MPEG1VIDEO, CODEC_ID_MPEG2VIDEO },
181 sizeof(ParseContext1), 181 sizeof(ParseContext1),
182 NULL, 182 NULL,
183 mpegvideo_parse, 183 mpegvideo_parse,
184 ff_parse1_close, 184 ff_parse1_close,
185 mpegvideo_split,
185 }; 186 };