diff options
author | Mans Rullgard <mans@mansr.com> | 2012-06-16 16:14:21 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-06-18 11:47:08 +0100 |
commit | 7457ebee3ad08e626ed8e7aafb9117754162f17b (patch) | |
tree | ef97d3981b20d4f8a74f952391d563d53a474584 | |
parent | d77f4afa9814b0433be6fdbfd7d8a113592ba680 (diff) | |
download | ffmpeg-7457ebee3ad08e626ed8e7aafb9117754162f17b.tar.gz |
fate: vorbis: add 5.1 surround test
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | tests/fate/vorbis.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/vorbis.mak b/tests/fate/vorbis.mak index 802c529e4d..774cb350d1 100644 --- a/tests/fate/vorbis.mak +++ b/tests/fate/vorbis.mak @@ -76,6 +76,10 @@ FATE_VORBIS += fate-vorbis-19 fate-vorbis-19: CMD = pcm -i $(SAMPLES)/vorbis/test-short2_small.ogg fate-vorbis-19: REF = $(SAMPLES)/vorbis/test-short2_small.pcm +FATE_VORBIS += fate-vorbis-20 +fate-vorbis-20: CMD = pcm -i $(SAMPLES)/vorbis/6.ogg +fate-vorbis-20: REF = $(SAMPLES)/vorbis/6.pcm + FATE_SAMPLES_AVCONV += $(FATE_VORBIS) fate-vorbis: $(FATE_VORBIS) $(FATE_VORBIS): CMP = oneoff |