mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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. Originally committed as revision 21621 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3c8d75e65b
commit
299fd39697
@ -182,4 +182,5 @@ AVCodecParser mpegvideo_parser = {
|
|||||||
NULL,
|
NULL,
|
||||||
mpegvideo_parse,
|
mpegvideo_parse,
|
||||||
ff_parse1_close,
|
ff_parse1_close,
|
||||||
|
mpegvideo_split,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user