diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-09-18 16:03:08 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-10-17 09:58:31 +0200 |
commit | f29c226af0ecc34c417b646580a9acd7d8bbaf48 (patch) | |
tree | 736499ad57b67aaddbcc651abbf1a068168d83d6 /tests/fate/mpeg4.mak | |
parent | 979932378ae3fbf452e312eb759cc7ce175f78de (diff) | |
download | ffmpeg-f29c226af0ecc34c417b646580a9acd7d8bbaf48.tar.gz |
fate: add mpeg4 tests for frame size changes
Diffstat (limited to 'tests/fate/mpeg4.mak')
-rw-r--r-- | tests/fate/mpeg4.mak | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fate/mpeg4.mak b/tests/fate/mpeg4.mak new file mode 100644 index 0000000000..1565247883 --- /dev/null +++ b/tests/fate/mpeg4.mak @@ -0,0 +1,9 @@ + +MPEG4_RESOLUTION_CHANGE = down-down down-up up-down up-up + +fate-mpeg4-resolution-change-%: CMD = framemd5 -flags +bitexact -idct simple -i $(SAMPLES)/mpeg4/resize_$(@:fate-mpeg4-resolution-change-%=%).h263 + +FATE_MPEG4-$(call DEMDEC, H263, H263) := $(addprefix fate-mpeg4-resolution-change-, $(MPEG4_RESOLUTION_CHANGE)) + +FATE_SAMPLES_AVCONV += $(FATE_MPEG4-yes) +fate-mpeg4: $(FATE_MPEG4-yes) |