mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00

Same setup as the 422-10 profile test, using the same content. FFmpeg decoder output is identical to the reference decoder output.
10 lines
356 B
Makefile
10 lines
356 B
Makefile
FATE_APV = fate-apv-422-10 fate-apv-400-10
|
|
|
|
FATE_SAMPLES_FFMPEG-$(call FRAMECRC, APV, APV, SCALE_FILTER) += $(FATE_APV)
|
|
|
|
fate-apv: $(FATE_APV)
|
|
|
|
fate-apv-422-10: CMD = framecrc -i $(TARGET_SAMPLES)/apv/profile_422-10.apv -pix_fmt yuv422p10le -vf scale
|
|
|
|
fate-apv-400-10: CMD = framecrc -i $(TARGET_SAMPLES)/apv/profile_400-10.apv -pix_fmt gray10le -vf scale
|