Commit 291c9b62 authored by Ronald S. Bultje's avatar Ronald S. Bultje

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.
parent 9c239f60
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment