diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-01-29 18:36:24 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-01-31 11:12:31 +0100 |
commit | 04ffd2203065b4bc6b85dfc3c7c8e14c98e40943 (patch) | |
tree | 85ef5505123d29cbd7fb7a0c8a98630d8e8f3e58 /tests/fate | |
parent | 7716dd9fbbcea2700a100c995df967d5547c2eb9 (diff) | |
download | ffmpeg-04ffd2203065b4bc6b85dfc3c7c8e14c98e40943.tar.gz |
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.mak | 6 |
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) |