diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-02-09 22:57:01 -0800 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2012-02-26 09:09:27 +0100 |
commit | 4c7879775e81ccca8f0f1d2a7b70524ee47b16ca (patch) | |
tree | 1f0df3fc390a55515608db42f803f3f9288d532c /libavcodec/ws-snd1.c | |
parent | a2c8db1b792670f8987c0580bb71ca0f29708d8b (diff) | |
download | ffmpeg-4c7879775e81ccca8f0f1d2a7b70524ee47b16ca.tar.gz |
h264: disallow constrained intra prediction modes for luma.
Conversion of the luma intra prediction mode to one of the constrained
("alzheimer") ones can happen by crafting special bitstreams, causing
a crash because we'll call a NULL function pointer for 16x16 block intra
prediction, since constrained intra prediction functions are only
implemented for chroma (8x8 blocks).
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
(cherry picked from commit 45b7bd7c53b41bc5ff6fc2158831f2b1b1256113)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
Diffstat (limited to 'libavcodec/ws-snd1.c')
0 files changed, 0 insertions, 0 deletions