You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Disable the split function. This should end the mpeg1/2 global header issues.
Originally committed as revision 12684 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -176,5 +176,4 @@ AVCodecParser mpegvideo_parser = {
|
|||||||
NULL,
|
NULL,
|
||||||
mpegvideo_parse,
|
mpegvideo_parse,
|
||||||
ff_parse1_close,
|
ff_parse1_close,
|
||||||
mpegvideo_split,
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user