dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 27 Sep 2012 14:06:54 +0000 (14:06 +0000)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Fri, 28 Sep 2012 16:25:07 +0000 (12:25 -0400)
commit791b5954bc8fe7c0077d7eb959ebd17e40d0a7c6
tree788999c1839bb4baa083bc013397cb50d1684e42
parent97cfa55eea39cef30abe14682c56c1e4e7f6f10d
dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()

This should fix the utvideoenc valgrind failure

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/x86/dsputilenc_mmx.c