diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-10-14 23:40:05 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-10-17 12:36:35 +0200 |
commit | f52fd3f3b26f0d80e4f0b374b7695383feca5b92 (patch) | |
tree | 864903ea79e6e0ce64e44df406eb7ef2cdb5fc6c /tests | |
parent | d433e1aefabd7934d9ba9ae552525faacf4e47c5 (diff) | |
download | ffmpeg-f52fd3f3b26f0d80e4f0b374b7695383feca5b92.tar.gz |
fate: aac: Add test for AAC-LD
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/aac.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak index 2bed037248..4a939dc048 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -50,6 +50,11 @@ FATE_AAC += fate-aac-ap05_48 fate-aac-ap05_48: CMD = pcm -i $(TARGET_SAMPLES)/aac/ap05_48.mp4 fate-aac-ap05_48: REF = $(SAMPLES)/aac/ap05_48.s16 +FATE_AAC += fate-aac-er_ad6000np_44_ep0 +fate-aac-er_ad6000np_44_ep0: CMD = pcm -i $(TARGET_SAMPLES)/aac/er_ad6000np_44_ep0.mp4 +fate-aac-er_ad6000np_44_ep0: REF = $(SAMPLES)/aac/er_ad6000np_44_ep0.s16 + + fate-aac-ct%: CMD = pcm -i $(TARGET_SAMPLES)/aac/CT_DecoderCheck/$(@:fate-aac-ct-%=%) fate-aac-ct%: REF = $(SAMPLES)/aac/CT_DecoderCheck/aacPlusv2.wav |