diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-07-16 09:35:26 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-07-16 09:35:26 +0000 |
commit | 6944215a2fce380f88083ac145436eec4a99beed (patch) | |
tree | 3b919c00f19c80139e6a1d12a94dfa0133e11aa7 /tests | |
parent | 044dadeff3290332f551e84351c8d0e6914b9dc1 (diff) | |
download | ffmpeg-6944215a2fce380f88083ac145436eec4a99beed.tar.gz |
Add ATRAC1 regtest
Originally committed as revision 24255 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-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 298363cca0..d7c3e2f67d 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -132,3 +132,8 @@ FATE2_TESTS += fate-eac3-4 fate-eac3-4: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/eac3/serenity_english_5.1_1536_small.eac3 -f s16le - fate-eac3-4: CMP = oneoff fate-eac3-4: REF = $(SAMPLES)/eac3/serenity_english_5.1_1536_small.pcm + +FATE2_TESTS += fate-atrac1 +fate-atrac1: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/atrac1/test_tones_small.aea -f s16le - +fate-atrac1: CMP = oneoff +fate-atrac1: REF = $(SAMPLES)/atrac1/test_tones_small.pcm |