]> git.sesse.net Git - ffmpeg/commit
dcadec: Do not check for overreads in auxiliary data
authorTim Walker <tdskywalker@gmail.com>
Sat, 21 Nov 2015 23:02:37 +0000 (00:02 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 23 Nov 2015 10:32:32 +0000 (11:32 +0100)
commitc12c085be7e86880924249e5cb3f898e45dee134
treec99843424069f4cb0d1181a904f7b0bec11cc92a
parentc8fa647811371885be421a84a2388529857fed23
dcadec: Do not check for overreads in auxiliary data

The auxiliary data length field is not reliable,
and incorrect overread errors could be returned
for valid, real-world bitstreams.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/dcadec.c