mirror of https://git.ffmpeg.org/ffmpeg.git
matroskadec: remove useless initialization
Originally committed as revision 14576 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
16f97ab050
commit
70109c0d48
|
@ -1928,7 +1928,7 @@ matroska_read_close (AVFormatContext *s)
|
||||||
{
|
{
|
||||||
MatroskaDemuxContext *matroska = s->priv_data;
|
MatroskaDemuxContext *matroska = s->priv_data;
|
||||||
MatroskaTrack *tracks = matroska->tracks.elem;
|
MatroskaTrack *tracks = matroska->tracks.elem;
|
||||||
int n = 0;
|
int n;
|
||||||
|
|
||||||
matroska_clear_queue(matroska);
|
matroska_clear_queue(matroska);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue