mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
tests/filter-video: add rgbtestsrc tests for gbrap
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@ -106,9 +106,15 @@ fate-filter-rgbtestsrc-rgba: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC) += fate-filter-rgbtestsrc-gbrp
|
||||
fate-filter-rgbtestsrc-gbrp: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1 -pix_fmt gbrp
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC) += fate-filter-rgbtestsrc-gbrap
|
||||
fate-filter-rgbtestsrc-gbrap: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1 -pix_fmt gbrap
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC SCALE) += fate-filter-rgbtestsrc-gbrp12
|
||||
fate-filter-rgbtestsrc-gbrp12: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1,format=gbrp12,scale -pix_fmt gbrp12le
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC SCALE) += fate-filter-rgbtestsrc-gbrap12
|
||||
fate-filter-rgbtestsrc-gbrap12: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1,format=gbrap12,scale -pix_fmt gbrap12le
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC) += fate-filter-rgbtestsrc-x2rgb10le
|
||||
fate-filter-rgbtestsrc-x2rgb10le: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1 -pix_fmt x2rgb10le
|
||||
|
||||
|
10
tests/ref/fate/filter-rgbtestsrc-gbrap
Normal file
10
tests/ref/fate/filter-rgbtestsrc-gbrap
Normal file
@ -0,0 +1,10 @@
|
||||
#tb 0: 1/5
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 320x240
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 307200, 0x1b783176
|
||||
0, 1, 1, 1, 307200, 0x1b783176
|
||||
0, 2, 2, 1, 307200, 0x1b783176
|
||||
0, 3, 3, 1, 307200, 0x1b783176
|
||||
0, 4, 4, 1, 307200, 0x1b783176
|
10
tests/ref/fate/filter-rgbtestsrc-gbrap12
Normal file
10
tests/ref/fate/filter-rgbtestsrc-gbrap12
Normal file
@ -0,0 +1,10 @@
|
||||
#tb 0: 1/5
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 320x240
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 614400, 0x7fa2b5a3
|
||||
0, 1, 1, 1, 614400, 0x7fa2b5a3
|
||||
0, 2, 2, 1, 614400, 0x7fa2b5a3
|
||||
0, 3, 3, 1, 614400, 0x7fa2b5a3
|
||||
0, 4, 4, 1, 614400, 0x7fa2b5a3
|
Reference in New Issue
Block a user