[FFmpeg-cvslog] fate: add test for offset theora
Vittorio Giovara
git at videolan.org
Fri Dec 19 03:56:19 CET 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Dec 12 03:35:46 2014 +0000| [effa7d2a6a260ca3ce801c180ee6131d67d665fb] | committer: Vittorio Giovara
fate: add test for offset theora
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=effa7d2a6a260ca3ce801c180ee6131d67d665fb
---
tests/fate/vpx.mak | 3 +++
tests/ref/fate/theora-offset | 11 +++++++++++
2 files changed, 14 insertions(+)
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index f8c25e5..b9c7c20 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
diff --git a/tests/ref/fate/theora-offset b/tests/ref/fate/theora-offset
new file mode 100644
index 0000000..5921657
--- /dev/null
+++ b/tests/ref/fate/theora-offset
@@ -0,0 +1,11 @@
+#tb 0: 1/1
+0, 0, 0, 1, 393216, 0xdc998fa2
+0, 1, 1, 1, 393216, 0x979a8fbd
+0, 2, 2, 1, 393216, 0x979a8fbd
+0, 3, 3, 1, 393216, 0x979a8fbd
+0, 4, 4, 1, 393216, 0x979a8fbd
+0, 5, 5, 1, 393216, 0x979a8fbd
+0, 6, 6, 1, 393216, 0x979a8fbd
+0, 7, 7, 1, 393216, 0x979a8fbd
+0, 8, 8, 1, 393216, 0x979a8fbd
+0, 9, 9, 1, 393216, 0x979a8fbd
More information about the ffmpeg-cvslog
mailing list