Commit f1fce730 authored by michael's avatar michael

unused variables


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9207 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e0203fb4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment