Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2014-01-29 21:36:24 +0400
committerJanne Grunau <janne-libav@jannau.net>2014-01-31 14:12:31 +0400
commit04ffd2203065b4bc6b85dfc3c7c8e14c98e40943 (patch)
tree85ef5505123d29cbd7fb7a0c8a98630d8e8f3e58 /tests/fate
parent7716dd9fbbcea2700a100c995df967d5547c2eb9 (diff)
fate: add xvid test for custom matrices
Test sample is made from the sample in Bug-Id: videolan/7411
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/xvid.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/xvid.mak b/tests/fate/xvid.mak
new file mode 100644
index 0000000000..50ab231ae9
--- /dev/null
+++ b/tests/fate/xvid.mak
@@ -0,0 +1,6 @@
+fate-xvid-custom-matrix: CMD = framemd5 -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263
+
+FATE_XVID-$(call DEMDEC, M4V, MPEG4) += fate-xvid-custom-matrix
+FATE_SAMPLES_AVCONV += $(FATE_XVID-yes)
+
+fate-xvid: $(FATE_XVID-yes)