Commit 056f6b8f authored by Michael Niedermayer's avatar Michael Niedermayer

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

Originally committed as revision 12836 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f4bcc857
......@@ -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