Browse Source

Add Intel Music Coder regtest

Originally committed as revision 24180 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Vitor Sessak 15 years ago
parent
commit
e747ff1c63
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      tests/fate2.mak

+ 6
- 0
tests/fate2.mak View File

@@ -77,3 +77,9 @@ fate-qdm2: CMP = oneoff
fate-qdm2: REF = $(SAMPLES)/qt-surge-suite/surge-2-16-B-QDM2.pcm
fate-qdm2: FUZZ = 2

FATE2_TESTS += fate-imc
fate-imc: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/imc/imc.avi -f s16le -
fate-imc: CMP = oneoff
fate-imc: REF = $(SAMPLES)/imc/imc.pcm



Loading…
Cancel
Save