mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
checkasm: fix size of input buffer in test_hybrid_analysis
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user