diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-02 19:31:05 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-02 19:59:34 +0200 |
commit | a311dfc3c47d2928c67234b7afca182e66b3aa93 (patch) | |
tree | 5ccab1d6c1076af0df8043ffdfa104e9189f9df4 /tests/fate/wma.mak | |
parent | 31f03120e8d03775c67404af11dc7d5fb90f590c (diff) | |
download | ffmpeg-a311dfc3c47d2928c67234b7afca182e66b3aa93.tar.gz |
fate/wma: Account for trimmed samples in wmapro-ism test
Fixes FATE failures after 61c2c9ef8e66920c8ba308e8fa9f36ae602f8245.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate/wma.mak')
-rw-r--r-- | tests/fate/wma.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/wma.mak b/tests/fate/wma.mak index 12a8fa989a..bc530998e8 100644 --- a/tests/fate/wma.mak +++ b/tests/fate/wma.mak @@ -11,6 +11,7 @@ fate-wmapro-5.1: SIZE_TOLERANCE = 24576 FATE_WMAPRO-$(call DEMDEC, MOV, WMAPRO) += fate-wmapro-ism fate-wmapro-ism: CMD = pcm -i $(TARGET_SAMPLES)/isom/vc1-wmapro.ism -vn fate-wmapro-ism: REF = $(SAMPLES)/isom/vc1-wmapro.pcm +fate-wmapro-ism: SIZE_TOLERANCE = 4784 $(FATE_WMAPRO-yes): CMP = oneoff |