[FFmpeg-cvslog] fate/wma: Account for trimmed samples in wmapro-ism test

Andreas Rheinhardt git at videolan.org
Thu Sep 2 21:00:20 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Sep  2 19:31:05 2021 +0200| [a311dfc3c47d2928c67234b7afca182e66b3aa93] | committer: Andreas Rheinhardt

fate/wma: Account for trimmed samples in wmapro-ism test

Fixes FATE failures after 61c2c9ef8e66920c8ba308e8fa9f36ae602f8245.

Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a311dfc3c47d2928c67234b7afca182e66b3aa93
---

 tests/fate/wma.mak | 1 +
 1 file changed, 1 insertion(+)

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
 



More information about the ffmpeg-cvslog mailing list