]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Cache whether a track needs to be decoded
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 4 Dec 2019 16:54:45 +0000 (17:54 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 1 May 2020 06:15:07 +0000 (08:15 +0200)
commit96012d17a9f5003f2695e137c4876485e2fdb03a
tree97e9b5f340702cb9d1e52d566156c8b423bbfa0e
parentb577968cabae4a0927adcf5d7c24fca5a7a8385d
avformat/matroskadec: Cache whether a track needs to be decoded

There is no need to recheck this for every frame.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/matroskadec.c