diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-07-23 10:09:46 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-07-23 10:09:46 +0000 |
commit | a58ed9a2e7a3fba057e2d4e33b33a534e5246779 (patch) | |
tree | 77db26a3b0b70cb7171d88f2ced37a0e10b0534a /tests/fate2.mak | |
parent | 0087aa47d0a46cb9919d3fe480be99fb77443446 (diff) | |
download | ffmpeg-a58ed9a2e7a3fba057e2d4e33b33a534e5246779.tar.gz |
Add VP8 sign bias code regtest. Not tested by the official conformance suite.
Originally committed as revision 24457 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r-- | tests/fate2.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index 92b0c9b2dc..7fc6e3be08 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -281,3 +281,6 @@ FATE2_TESTS += fate-wmapro-2ch fate-wmapro-2ch: CMD = pcm -i $(SAMPLES)/wmapro/Beethovens_9th-1_small.wma fate-wmapro-2ch: CMP = oneoff fate-wmapro-2ch: REF = $(SAMPLES)/wmapro/Beethovens_9th-1_small.pcm + +FATE_TESTS += fate-vp8-sign-bias +fate-vp8-sign-bias: CMD = framemd5 -i $(SAMPLES)/vp8/sintel-signbias.ivf |