diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-11 17:38:41 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 13:00:26 +0100 |
commit | 9656b7f2aedec76fd523a9c3e9b8bb07c8027056 (patch) | |
tree | 3ec69d53ca97098009f0ed062802ab5dd76fd178 /tests/fate/adpcm.mak | |
parent | 773459e75793a2721da6109e7219c4505ec59b32 (diff) | |
download | ffmpeg-9656b7f2aedec76fd523a9c3e9b8bb07c8027056.tar.gz |
fate: rename cryo-apc to adpcm-ima-apc
This matches the name of the tested codec.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/adpcm.mak')
-rw-r--r-- | tests/fate/adpcm.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/adpcm.mak b/tests/fate/adpcm.mak index 3a5fa35f98..fa98063aa5 100644 --- a/tests/fate/adpcm.mak +++ b/tests/fate/adpcm.mak @@ -31,6 +31,9 @@ fate-adpcm-ea-r1: CMD = framecrc -i $(SAMPLES)/ea-mad/NFS6LogoE.mad -vn FATE_ADPCM += fate-adpcm-ima-amv fate-adpcm-ima-amv: CMD = framecrc -i $(SAMPLES)/amv/MTV_high_res_320x240_sample_Penguin_Joke_MTV_from_WMV.amv -t 10 -vn +FATE_ADPCM += fate-adpcm-ima-apc +fate-adpcm-ima-apc: CMD = md5 -i $(SAMPLES)/cryo-apc/cine007.APC -f s16le + FATE_ADPCM += fate-adpcm-ima-dk3 fate-adpcm-ima-dk3: CMD = md5 -i $(SAMPLES)/duck/sop-audio-only.avi -f s16le |