summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-12-08 01:23:24 -0300
committerJames Almer <jamrial@gmail.com>2016-12-08 01:23:24 -0300
commit120471da2d39806802e68b9efb50eb29c76b7be6 (patch)
tree6e3fad2907b197e67b2717fbadbde36fddd70abc
parent8396d54d3c627006b4131df8c1656f1762313886 (diff)
downloadffmpeg-streaming-120471da2d39806802e68b9efb50eb29c76b7be6.zip
ffmpeg-streaming-120471da2d39806802e68b9efb50eb29c76b7be6.tar.gz
avformat/matroskadec: remove unused variable
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavformat/matroskadec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index efacca9..ce11a46 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -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) {
OpenPOWER on IntegriCloud