• Andreas Rheinhardt's avatar
    avformat/matroskadec: Use right number of tracks · 0260352d
    Andreas Rheinhardt authored
    When demuxing a Matroska/WebM file, streams are added for tracks and for
    attachments, so that the array containing the former can be NULL even
    when the corresponding AVFormatContext has streams. So check for there
    to be tracks in the MatroskaDemuxContext instead of just streams in the
    AVFormatContext before dereferencing the pointer to the tracks.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    (cherry picked from commit 1ef30571a0a7150cb20c580bfc52af2a7101c20d)
    0260352d
matroskadec.c 159 KB