Skip to content

Commit

Permalink
fate: wma: add lossless 24bits tests
Browse files Browse the repository at this point in the history
Should evaluate coefficients and raw pcm tiles.

Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
cgisquet authored and michaelni committed May 2, 2016
1 parent deaf58a commit 79e8664
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/fate/lossless-audio.mak
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ fate-lossless-tta: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/inside.tta
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TTA, TTA) += fate-lossless-tta-encrypted
fate-lossless-tta-encrypted: CMD = crc -password ffmpeg -i $(TARGET_SAMPLES)/lossless-audio/encrypted.tta

FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, ASF, WMALOSSLESS) += fate-lossless-wma
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, ASF, WMALOSSLESS) += fate-lossless-wma fate-lossless-wma24-1 fate-lossless-wma24-2 fate-lossless-wma24-rawtile
fate-lossless-wma: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.wma -f s16le -frames 209
fate-lossless-wma24-1: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/master_audio_2.0_24bit.wma -f s24le
fate-lossless-wma24-2: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/Mega_Weird_Audio_Test_24bit.wma -f s24le
fate-lossless-wma24-rawtile: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/g2_24bit.wma -f s24le
fate-lossless-wmall: fate-lossless-wma fate-lossless-wma24-1 fate-lossless-wma24-2 fate-lossless-wma24-rawtile

FATE_SAMPLES_LOSSLESS_AUDIO += $(FATE_SAMPLES_LOSSLESS_AUDIO-yes)

Expand Down
1 change: 1 addition & 0 deletions tests/ref/fate/lossless-wma24-1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9ade91f506bc025854f6ffea0d635bc6
1 change: 1 addition & 0 deletions tests/ref/fate/lossless-wma24-2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
908ec5c16f497bf7d5658d2689d125c8
1 change: 1 addition & 0 deletions tests/ref/fate/lossless-wma24-rawtile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
337592f38a2218a5bc95ceb9b5e72c8b

0 comments on commit 79e8664

Please sign in to comment.