fate: add a test for -filter_complex / -lavfi without input.
This commit is contained in:
parent
40ea006b76
commit
ec7fc7b7d1
@ -15,6 +15,12 @@ FATE_MAPCHAN = $(FATE_MAPCHAN-yes)
|
||||
FATE_FFMPEG += $(FATE_MAPCHAN)
|
||||
fate-mapchan: $(FATE_MAPCHAN)
|
||||
|
||||
FATE_FFMPEG-$(CONFIG_COLOR_FILTER) += fate-ffmpeg-filter_complex
|
||||
fate-ffmpeg-filter_complex: CMD = framecrc -filter_complex color=d=1:r=5
|
||||
|
||||
FATE_FFMPEG-$(CONFIG_COLOR_FILTER) += fate-ffmpeg-lavfi
|
||||
fate-ffmpeg-lavfi: CMD = framecrc -lavfi color=d=1:r=5
|
||||
|
||||
FATE_FFMPEG-$(CONFIG_RAWVIDEO_DEMUXER) += fate-force_key_frames
|
||||
fate-force_key_frames: tests/data/vsynth2.yuv
|
||||
fate-force_key_frames: CMD = enc_dec \
|
||||
|
6
tests/ref/fate/ffmpeg-filter_complex
Normal file
6
tests/ref/fate/ffmpeg-filter_complex
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/5
|
||||
0, 0, 0, 1, 115200, 0x375ec573
|
||||
0, 1, 1, 1, 115200, 0x375ec573
|
||||
0, 2, 2, 1, 115200, 0x375ec573
|
||||
0, 3, 3, 1, 115200, 0x375ec573
|
||||
0, 4, 4, 1, 115200, 0x375ec573
|
6
tests/ref/fate/ffmpeg-lavfi
Normal file
6
tests/ref/fate/ffmpeg-lavfi
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/5
|
||||
0, 0, 0, 1, 115200, 0x375ec573
|
||||
0, 1, 1, 1, 115200, 0x375ec573
|
||||
0, 2, 2, 1, 115200, 0x375ec573
|
||||
0, 3, 3, 1, 115200, 0x375ec573
|
||||
0, 4, 4, 1, 115200, 0x375ec573
|
Loading…
Reference in New Issue
Block a user