]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Simplify checks for cook and ATRAC3
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 20 Apr 2020 06:54:23 +0000 (08:54 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 1 May 2020 05:50:30 +0000 (07:50 +0200)
commit4b1c19a054432b4a5bc3e90b8c186dc25a416ebd
tree57b5965d5b37b641681051d96989bb789a518671
parentbdaa98dd4aac08b8f23f959cbb5a80db2dacd14a
avformat/matroskadec: Simplify checks for cook and ATRAC3

Some conditions which don't change and which can therefore be checked
in read_header() were instead rechecked upon parsing each block. This
has been changed.

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