unused variables
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 4 Jun 2007 14:20:07 +0000 (14:20 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 4 Jun 2007 14:20:07 +0000 (14:20 +0000)
Originally committed as revision 9207 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mpegts.c

index 58a19a1..89c6557 100644 (file)
@@ -1175,9 +1175,8 @@ static int mpegts_read_header(AVFormatContext *s,
     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;