mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
392 B
10 lines
392 B
13 years ago
|
|
||
|
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)
|