changeset 2135:9387d2dce86f libavformat

unused variables
author michael
date Mon, 04 Jun 2007 14:20:07 +0000
parents 16cf48c9af53
children b53a19eed95d
files mpegts.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpegts.c	Mon Jun 04 14:17:43 2007 +0000
+++ b/mpegts.c	Mon Jun 04 14:20:07 2007 +0000
@@ -1175,9 +1175,8 @@
     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;