]> git.sesse.net Git - ffmpeg/commit
elsdec: Replace EOVERFLOW with INVALIDDATA
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 1 Jul 2015 14:38:19 +0000 (15:38 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 1 Jul 2015 15:26:42 +0000 (16:26 +0100)
commit4e0819310e2d2eff60be2d6df28335f0739712b9
tree80d66dce2fb419774ff280db74ea45e1b43b1710
parentf91fe24e9bd6912c29bbb03d8afe878e045f9721
elsdec: Replace EOVERFLOW with INVALIDDATA

EOVERFLOW is not available on all platforms.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/elsdec.c