[FFmpeg-cvslog] r11670 - trunk/libpostproc/postprocess.c

reimar subversion
Wed Jan 30 19:30:18 CET 2008


Author: reimar
Date: Wed Jan 30 19:30:17 2008
New Revision: 11670

Log:
Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well


Modified:
   trunk/libpostproc/postprocess.c

Modified: trunk/libpostproc/postprocess.c
==============================================================================
--- trunk/libpostproc/postprocess.c	(original)
+++ trunk/libpostproc/postprocess.c	Wed Jan 30 19:30:17 2008
@@ -111,7 +111,7 @@ DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0
 DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL;
 #endif
 
-static const int attribute_used deringThreshold= 20;
+DECLARE_ASM_CONST(8, int, deringThreshold)= 20;
 
 
 static struct PPFilter filters[]=




More information about the ffmpeg-cvslog mailing list