Browse Source

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.
tags/n0.11
Ronald S. Bultje 14 years ago
parent
commit
291c9b6285
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/h264_qpel_10bit.asm

+ 1
- 1
libavcodec/x86/h264_qpel_10bit.asm View File

@@ -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…
Cancel
Save