git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8396d54
)
avformat/matroskadec: remove unused variable
author
James Almer
<jamrial@gmail.com>
Thu, 8 Dec 2016 04:23:24 +0000
(
01:23
-0300)
committer
James Almer
<jamrial@gmail.com>
Thu, 8 Dec 2016 04:23:24 +0000
(
01:23
-0300)
Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/matroskadec.c
patch
|
blob
|
history
diff --git
a/libavformat/matroskadec.c
b/libavformat/matroskadec.c
index
efacca9
..
ce11a46
100644
(file)
--- 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) {