ffmpeg | branch: master | James Almer <[email protected]> | Thu Dec 8 01:23:24 2016 -0300| [120471da2d39806802e68b9efb50eb29c76b7be6] | committer: James Almer
avformat/matroskadec: remove unused variable Signed-off-by: James Almer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=120471da2d39806802e68b9efb50eb29c76b7be6 --- libavformat/matroskadec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
