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

michael subversion
Mon Jun 4 16:20:07 CEST 2007


Author: michael
Date: Mon Jun  4 16:20:07 2007
New Revision: 9207

Log:
unused variables


Modified:
   trunk/libavformat/mpegts.c

Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c	(original)
+++ trunk/libavformat/mpegts.c	Mon Jun  4 16:20:07 2007
@@ -1175,9 +1175,8 @@ static int mpegts_read_header(AVFormatCo
     MpegTSContext *ts = s->priv_data;
     ByteIOContext *pb = &s->pb;
     uint8_t buf[1024];
-    int len, sid, i;
+    int len;
     int64_t pos;
-    MpegTSService *service;
 
     if (ap) {
         ts->mpeg2ts_compute_pcr = ap->mpeg2ts_compute_pcr;




More information about the ffmpeg-cvslog mailing list