Commit 120471da authored by James Almer's avatar James Almer

avformat/matroskadec: remove unused variable

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 8396d54d
......@@ -3429,7 +3429,7 @@ static int matroska_read_seek(AVFormatContext *s, int stream_index,
MatroskaDemuxContext *matroska = s->priv_data;
MatroskaTrack *tracks = NULL;
AVStream *st = s->streams[stream_index];
int i, index, index_sub, index_min;
int i, index, index_min;
/* Parse the CUES now since we need the index data to seek. */
if (matroska->cues_parsing_deferred > 0) {
......
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