On Wed, 24 Sep 2014, Katerina Barone-Adesi wrote:

The decoder is float-based and the test needs to allow for some fuzz.
---
tests/fate/real.mak | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/fate/real.mak b/tests/fate/real.mak
index 2ad974c..f119ce9 100644
--- a/tests/fate/real.mak
+++ b/tests/fate/real.mak
@@ -2,7 +2,9 @@ FATE_REALAUDIO-$(call DEMDEC, RM, RA_144) += fate-ra3-144
fate-ra3-144: CMD = framecrc -i $(TARGET_SAMPLES)/realaudio/ra3.ra

FATE_REALAUDIO-$(call DEMDEC, RM, RA_288) += fate-ra4-288
-fate-ra4-288: CMD = framecrc -i $(TARGET_SAMPLES)/realaudio/ra4-288.ra
+fate-ra4-288: CMD = pcm -i $(TARGET_SAMPLES)/realaudio/ra4_288.ra
+fate-ra4-288: REF = $(SAMPLES)/realaudio/ra4_288.pcm
+fate-ra4-288: CMP = oneoff

FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, RA_144) += fate-ra-144
fate-ra-144: CMD = md5 -i $(TARGET_SAMPLES)/real/ra3_in_rm_file.rm -f s16le
--
1.9.1

Tested on arm (normal gcc+linux, and msvc+wine) and seems to pass.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to