diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-12 03:35:46 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-18 23:22:59 +0100 |
commit | effa7d2a6a260ca3ce801c180ee6131d67d665fb (patch) | |
tree | 0b523f4c49890b17b5ea33d12f80083445154b7f /tests/fate/vpx.mak | |
parent | 67fc8a15e4182ea111cfcd05897709f09d99a33a (diff) | |
download | ffmpeg-effa7d2a6a260ca3ce801c180ee6131d67d665fb.tar.gz |
fate: add test for offset theora
Diffstat (limited to 'tests/fate/vpx.mak')
-rw-r--r-- | tests/fate/vpx.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index f8c25e5661..b9c7c2032a 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -1,6 +1,9 @@ FATE_VP3-$(call DEMDEC, MATROSKA, THEORA) += fate-theora-coeff-level64 fate-theora-coeff-level64: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/coeff_level64.mkv +FATE_VP3-$(call DEMDEC, OGG, THEORA) += fate-theora-offset +fate-theora-offset: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/offset_test.ogv + FATE_VP3-$(call DEMDEC, AVI, VP3) += fate-vp31 fate-vp31: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/vp31.avi |