]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Simplify check for RealAudio
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 2 Dec 2019 10:04:55 +0000 (11:04 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 1 May 2020 05:11:40 +0000 (07:11 +0200)
commitc6f60b90f00da7d942a7dbeb513ed284953f6f20
treeb7b78295139b518373685557e497903d980fe553
parent8287c201536e52f2765cfa9a70551814a6f36ebb
avformat/matroskadec: Simplify check for RealAudio

They need a special parsing mode and in order to find out whether this
mode is in use, several checks have to be performed. They can all be
combined into one: If the buffer that is only used to assemble their
packets has been allocated, use the RealAudio parsing mode.

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