[FFmpeg-cvslog] r12836 - trunk/libavformat/mpegts.c
michael
subversion
Tue Apr 15 15:48:47 CEST 2008
Author: michael
Date: Tue Apr 15 15:48:46 2008
New Revision: 12836
Log:
Using the same probe function in 2 formats is not a good idea.
Modified:
trunk/libavformat/mpegts.c
Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c (original)
+++ trunk/libavformat/mpegts.c Tue Apr 15 15:48:46 2008
@@ -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,
More information about the ffmpeg-cvslog
mailing list