forked from FFmpeg/FFmpeg
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
This commit is contained in:
parent
2b858d0b99
commit
2722e36265
1 changed files with 1 additions and 1 deletions
|
@ -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[]=
|
||||
|
|
Loading…
Add table
Reference in a new issue