mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
b8fcb619e9
commit
39e9e6d940
@ -176,5 +176,4 @@ 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