summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-06-04 14:20:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-06-04 14:20:07 +0000
commit4dc8a963d1c92c8294913180d57c2ab0f5e8a492 (patch)
tree152c5afd30d025f268dcf9c7465206a194947827 /libavformat
parent90d13e30d52733402adf410713c99e6563f80b50 (diff)
unused variables
Originally committed as revision 9207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mpegts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 58a19a1ea0..89c6557e44 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -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;