diff x86/h264dsp_mmx.c @ 12435:fe78a4548d12 libavcodec

Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() functions.
author rbultje
date Mon, 30 Aug 2010 16:22:27 +0000
parents 3fc4c625b6f3
children b242eb86ea9a
line wrap: on
line diff
--- a/x86/h264dsp_mmx.c	Sun Aug 29 15:46:38 2010 +0000
+++ b/x86/h264dsp_mmx.c	Mon Aug 30 16:22:27 2010 +0000
@@ -212,7 +212,7 @@
         );
     }
 
-    add_pixels_clamped_mmx(b2, dst, stride);
+    ff_add_pixels_clamped_mmx(b2, dst, stride);
 }
 
 #define STORE_DIFF_8P( p, d, t, z )\