Commit f0837777 authored by michael's avatar michael

Using the same probe function in 2 formats is not a good idea.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12836 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ad7ecb50
......@@ -1503,7 +1503,7 @@ AVInputFormat mpegtsraw_demuxer = {
"mpegtsraw",
"MPEG2 raw transport stream format",
sizeof(MpegTSContext),
mpegts_probe,
NULL,
mpegts_read_header,
mpegts_raw_read_packet,
mpegts_read_close,
......
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