1
0
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:
Michael Niedermayer 2008-04-04 00:43:34 +00:00
parent b8fcb619e9
commit 39e9e6d940

View File

@ -176,5 +176,4 @@ AVCodecParser mpegvideo_parser = {
NULL,
mpegvideo_parse,
ff_parse1_close,
mpegvideo_split,
};