diff options
author | Alex Converse <alex.converse@gmail.com> | 2017-08-18 14:07:29 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2017-08-24 17:42:33 -0700 |
commit | cb96e9bea41839407e8e0bef722ac0b9d23812ae (patch) | |
tree | 7d9d4fb96942e0ab5cf2da42c027e8b892678d5b | |
parent | dbc9a8f21f92d0613142ea23bb836356fc41de38 (diff) | |
download | ffmpeg-cb96e9bea41839407e8e0bef722ac0b9d23812ae.tar.gz |
fate: add test vector aac-al04sf_48
-rw-r--r-- | tests/fate/aac.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak index 5ef8ddc2b9..e8cbcef54d 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -2,6 +2,10 @@ FATE_AAC += fate-aac-al04_44 fate-aac-al04_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al04_44.mp4 fate-aac-al04_44: REF = $(SAMPLES)/aac/al04_44.s16 +FATE_AAC += fate-aac-al04sf_48 +fate-aac-al04sf_48: CMD = pcm -i $(TARGET_SAMPLES)/aac/al04sf_48.mp4 +fate-aac-al04sf_48: REF = $(SAMPLES)/aac/al04sf_48.s16 + FATE_AAC += fate-aac-al05_44 fate-aac-al05_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al05_44.mp4 fate-aac-al05_44: REF = $(SAMPLES)/aac/al05_44.s16 |