summaryrefslogtreecommitdiff
path: root/libpostproc
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2008-01-30 18:30:17 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2008-01-30 18:30:17 +0000
commit2722e36265d74da184b5844b9745d59abe5920ae (patch)
tree815576fb41d698417a15beb109eb41573623eda4 /libpostproc
parent2b858d0b99fb2fff7a99c17a274fe0e4139c796e (diff)
Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well
Originally committed as revision 11670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r--libpostproc/postprocess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index 89590e9859..dae27a29f7 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -111,7 +111,7 @@ DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0808080808080808LL;
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[]=