diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-04-22 18:59:43 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-02 16:12:04 +0200 |
commit | 1982d0cc561912d685a0c2dbe58bc19f50bae231 (patch) | |
tree | 06b6a9f73dfa3f9b0d39e0f0c373149890600718 /tests/fate/microsoft.mak | |
parent | 375cad096565b0796df2a307faae7619766f7c49 (diff) | |
download | ffmpeg-1982d0cc561912d685a0c2dbe58bc19f50bae231.tar.gz |
fate: Add test for MTS2/MSS4
Diffstat (limited to 'tests/fate/microsoft.mak')
-rw-r--r-- | tests/fate/microsoft.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak index fae0ed6882..de53f00d33 100644 --- a/tests/fate/microsoft.mak +++ b/tests/fate/microsoft.mak @@ -31,6 +31,9 @@ fate-msvideo1-16bit: CMD = framecrc -i $(TARGET_SAMPLES)/cram/clock-cram16.avi - FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, MSVIDEO1) += $(FATE_MSVIDEO1) fate-msvideo1: $(FATE_MSVIDEO1) +FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, MTS2) += fate-mts2 +fate-mts2: CMD = framecrc -i $(TARGET_SAMPLES)/mts2/ScreenCapture.xesc + FATE_WMV8_DRM += fate-wmv8-drm # discard last packet to avoid fails due to overread of VC-1 decoder fate-wmv8-drm: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv8/wmv_drm.wmv -an -frames:v 129 |