mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 01:25:25 +00:00
h264: change underread for 10bit QPEL to overread.
This prevents us from reading before the start of the buffer, and thus
prevents crashes resulting from this behaviour. Fixes bug 237.
(cherry picked from commit 291c9b6285
)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:
parent
b5331b979b
commit
5186984ee9
@ -619,7 +619,7 @@ MC MC33
|
||||
%define PAD 12
|
||||
%define COUNT 2
|
||||
%else
|
||||
%define PAD 0
|
||||
%define PAD 4
|
||||
%define COUNT 3
|
||||
%endif
|
||||
put_hv%2_10_%1:
|
||||
|
Loading…
Reference in New Issue
Block a user