]> git.sesse.net Git - ffmpeg/commit
amrwbdec: Decode the fr_quality bit properly
authorMartin Storsjö <martin@martin.st>
Fri, 17 Aug 2012 11:53:52 +0000 (14:53 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 17 Aug 2012 17:08:40 +0000 (20:08 +0300)
commitca00a7e809a4b9c9fb146403d278964b88d16b85
treea206df43dba459628d4437a799effe9965202caa
parent4aa3d7b3f2b71296d73276d62be4e806b34d2d01
amrwbdec: Decode the fr_quality bit properly

The way this bit is decoded was accidentally flipped in b70feb405,
leading to warnings "Encountered a bad or corrupted frame" for each
decoded frame.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/amrwbdec.c