aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/fdctdsp.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-12-14 22:11:55 +0100
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-12-20 15:39:11 +0100
commit5478e7bbc106b5781b7a49429b2b9db0f2d4f378 (patch)
tree44347a09049ba304112fe31ba99496015adce87e /libavcodec/fdctdsp.c
parent26b74a7213bf720f2818e9b5e8c8359cbadf9207 (diff)
downloadffmpeg-5478e7bbc106b5781b7a49429b2b9db0f2d4f378.tar.gz
ffm: reject invalid codec_id and codec_type
A negative codec_id cannot be handled by the found_decoder API of AVStream->info: if the codec_id is not recognized, found_decoder is set to -codec_id, which has to be '<0' according to the API documentation. This can cause NULL pointer dereferencing in try_decode_frame. Also make sure the codec_type matches the expected one for codec_id. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> (cherry picked from commit ecf63b7cc24b9fd3e6d604313325dd1ada4db662) Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavcodec/fdctdsp.c')
0 files changed, 0 insertions, 0 deletions