[FFmpeg-cvslog] r9210 - trunk/libavformat/mpegts.c

michael subversion
Mon Jun 4 16:54:33 CEST 2007


Author: michael
Date: Mon Jun  4 16:54:33 2007
New Revision: 9210

Log:
harmless typo


Modified:
   trunk/libavformat/mpegts.c

Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c	(original)
+++ trunk/libavformat/mpegts.c	Mon Jun  4 16:54:33 2007
@@ -544,8 +544,8 @@ static void pmt_cb(MpegTSFilter *filter,
                 pes = add_pes_stream(ts, pid, stream_type);
                 if (pes)
                     st = new_pes_av_stream(pes, 0);
-                break;
             }
+            break;
         default:
             /* we ignore the other streams */
             break;




More information about the ffmpeg-cvslog mailing list