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
This commit is contained in:
Michael Niedermayer 2008-04-15 13:48:46 +00:00
parent f4bcc857cb
commit 056f6b8f09
1 changed files with 1 additions and 1 deletions

View File

@ -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,