Commit 7bfcb125 authored by michael's avatar michael

Disable the split function. This should end the mpeg1/2 global header issues.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12684 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9f41dffe
...@@ -176,5 +176,4 @@ AVCodecParser mpegvideo_parser = { ...@@ -176,5 +176,4 @@ AVCodecParser mpegvideo_parser = {
NULL, NULL,
mpegvideo_parse, mpegvideo_parse,
ff_parse1_close, ff_parse1_close,
mpegvideo_split,
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment