You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -111,7 +111,7 @@ DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0808080808080808LL;
|
|||||||
DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL;
|
DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const int attribute_used deringThreshold= 20;
|
DECLARE_ASM_CONST(8, int, deringThreshold)= 20;
|
||||||
|
|
||||||
|
|
||||||
static struct PPFilter filters[]=
|
static struct PPFilter filters[]=
|
||||||
|
Reference in New Issue
Block a user