mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
checkasm: fix size of input buffer in test_hybrid_analysis
This commit is contained in:
parent
ff2d21a58c
commit
fb7b477a91
@ -76,7 +76,7 @@ static void test_hybrid_analysis(void)
|
||||
{
|
||||
LOCAL_ALIGNED_16(INTFLOAT, dst0, [BUF_SIZE], [2]);
|
||||
LOCAL_ALIGNED_16(INTFLOAT, dst1, [BUF_SIZE], [2]);
|
||||
LOCAL_ALIGNED_16(INTFLOAT, in, [12], [2]);
|
||||
LOCAL_ALIGNED_16(INTFLOAT, in, [13], [2]);
|
||||
LOCAL_ALIGNED_16(INTFLOAT, filter, [N], [8][2]);
|
||||
|
||||
declare_func(void, INTFLOAT (*out)[2], INTFLOAT (*in)[2],
|
||||
|
Loading…
x
Reference in New Issue
Block a user