[FFmpeg-cvslog] avfilter/x86/vf_pullup: fix old typo
Michael Niedermayer
git at videolan.org
Mon Jul 14 23:37:48 CEST 2014
ffmpeg | branch: release/2.2 | Michael Niedermayer <michaelni at gmx.at> | Wed Jun 25 18:10:12 2014 +0200| [f38c42b913abcfeea110fce8ec55233c731edd0d] | committer: Michael Niedermayer
avfilter/x86/vf_pullup: fix old typo
This makes C and MMX match, no change to fate as the differences where
apparently not sufficient to show up in fate
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit b8255a4c7096ecddea68e12e067c7a9b2e14ed8d)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f38c42b913abcfeea110fce8ec55233c731edd0d
---
libavfilter/x86/vf_pullup.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/x86/vf_pullup.asm b/libavfilter/x86/vf_pullup.asm
index 3689b04..4ce8b9b 100644
--- a/libavfilter/x86/vf_pullup.asm
+++ b/libavfilter/x86/vf_pullup.asm
@@ -68,7 +68,7 @@ cglobal pullup_filter_comb, 3, 5, 8, first, second, size
sub secondq, sizeq
.loop:
- movq m0, [secondq]
+ movq m0, [firstq]
movq m1, [secondq]
punpcklbw m0, m7
movq m2, [secondq+sizeq]
More information about the ffmpeg-cvslog
mailing list