1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-17 09:51:38 +02:00

h264: fix mmxext chroma deblock to use correct TC values.

This commit is contained in:
Ronald S. Bultje 2012-02-26 08:57:14 -08:00
parent e60bdb7e5c
commit b0c4f04338

View File

@ -870,7 +870,7 @@ cglobal deblock_v_chroma_10_%1, 5,7-(mmsize/16),8*(mmsize/16)
%if mmsize < 16
add r0, mmsize
add r5, mmsize
add r4, mmsize/8
add r4, mmsize/4
dec r6
jg .loop
REP_RET