diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-07-10 18:43:01 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-07-10 18:43:01 +0000 |
commit | 65c58b168bc313c5644d90781ce49401e17638bb (patch) | |
tree | d4253b9c1246bd47fecc018fe972b5bb030dec54 | |
parent | 06970a4ca32375f661e5a0f9b0faea92b33b8c86 (diff) | |
download | ffmpeg-streaming-65c58b168bc313c5644d90781ce49401e17638bb.zip ffmpeg-streaming-65c58b168bc313c5644d90781ce49401e17638bb.tar.gz |
Add fate2 test for RA288
Originally committed as revision 24167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tests/fate2.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index 70ce5c1..9ae1284 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -52,3 +52,8 @@ fate-aac-al_sbr_ps_06_ur: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/aac/al_sbr_p fate-aac-al_sbr_ps_06_ur: CMP = oneoff fate-aac-al_sbr_ps_06_ur: REF = $(SAMPLES)/aac/al_sbr_ps_06_ur.s16 fate-aac-al_sbr_ps_06_ur: FUZZ = 2 + +FATE2_TESTS += fate-ra-288 +fate-ra-288: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/real/ra_288.rm -f s16le - +fate-ra-288: CMP = oneoff +fate-ra-288: REF = $(SAMPLES)/real/ra_288.pcm |