Mercurial > libavformat.hg
diff mpegts.c @ 2135:9387d2dce86f libavformat
unused variables
| author | michael |
|---|---|
| date | Mon, 04 Jun 2007 14:20:07 +0000 |
| parents | 16cf48c9af53 |
| children | b53a19eed95d |
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;
