OSDN Git Service

avcodec/utils: Assert that the number of consumed bytes in avcodec_decode_audio4...
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 23 Apr 2016 15:23:59 +0000 (17:23 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 23 Apr 2016 15:23:59 +0000 (17:23 +0200)
commit38433345e5039ed8fa241d41d6a3bdd2dcb8a278
tree7d12f6e41f22e0e89492525433e93b000615c27a
parent0499012a5592a69e236b9a7daf0df5572aab0f8d
avcodec/utils: Assert that the number of consumed bytes in avcodec_decode_audio4() is <= the input size

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/utils.c