mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-20 10:38:20 +00:00
unused variables
Originally committed as revision 9207 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
90d13e30d5
commit
4dc8a963d1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user