fate: move a few simple pixfmts tests to the new system.
This commit is contained in:
parent
16b2472d20
commit
15d6436a2a
@ -1,10 +1,6 @@
|
||||
#FIXME the whole file should be removed
|
||||
|
||||
FATE_LAVFI = fate-lavfi-field \
|
||||
fate-lavfi-il \
|
||||
|
||||
FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-kerndeint \
|
||||
fate-lavfi-pixfmts_super2xsai \
|
||||
fate-lavfi-tinterlace_merge \
|
||||
fate-lavfi-tinterlace_pad \
|
||||
|
||||
|
@ -180,9 +180,18 @@ fate-filter-pixfmts-copy: CMD = pixfmts
|
||||
FATE_FILTER_PIXFMTS += fate-filter-pixfmts-crop
|
||||
fate-filter-pixfmts-crop: CMD = pixfmts "100:100:100:100"
|
||||
|
||||
FATE_FILTER_PIXFMTS += fate-filter-pixfmts-field
|
||||
fate-filter-pixfmts-field: CMD = pixfmts "bottom"
|
||||
|
||||
FATE_FILTER_PIXFMTS += fate-filter-pixfmts-hflip
|
||||
fate-filter-pixfmts-hflip: CMD = pixfmts
|
||||
|
||||
#FATE_FILTER_PIXFMTS += fate-filter-pixfmts-histeq
|
||||
#fate-filter-pixfmts-histeq: CMD = pixfmts "antibanding=strong"
|
||||
|
||||
FATE_FILTER_PIXFMTS += fate-filter-pixfmts-il
|
||||
fate-filter-pixfmts-il: CMD = pixfmts "luma_mode=d:chroma_mode=d:alpha_mode=d"
|
||||
|
||||
FATE_FILTER_PIXFMTS += fate-filter-pixfmts-null
|
||||
fate-filter-pixfmts-null: CMD = pixfmts
|
||||
|
||||
@ -192,6 +201,9 @@ fate-filter-pixfmts-pad: CMD = pixfmts "500:400:20:20"
|
||||
FATE_FILTER_PIXFMTS += fate-filter-pixfmts-scale
|
||||
fate-filter-pixfmts-scale: CMD = pixfmts "200:100"
|
||||
|
||||
FATE_FILTER_PIXFMTS += fate-filter-pixfmts-super2xsai
|
||||
fate-filter-pixfmts-super2xsai: CMD = pixfmts
|
||||
|
||||
FATE_FILTER_PIXFMTS += fate-filter-pixfmts-vflip
|
||||
fate-filter-pixfmts-vflip: CMD = pixfmts
|
||||
|
||||
|
@ -51,11 +51,7 @@ do_lavfi_pixfmts(){
|
||||
}
|
||||
|
||||
# all these filters have exactly one input and exactly one output
|
||||
do_lavfi_pixfmts "field" "field" "bottom"
|
||||
do_lavfi_pixfmts "histeq" "histeq" "antibanding=strong"
|
||||
do_lavfi_pixfmts "il" "il" "luma_mode=d:chroma_mode=d:alpha_mode=d"
|
||||
do_lavfi_pixfmts "kerndeint" "kerndeint" "" "tinterlace=interleave_top,"
|
||||
do_lavfi_pixfmts "pixfmts_super2xsai" "super2xsai"
|
||||
do_lavfi_pixfmts "tinterlace_merge" "tinterlace" "merge"
|
||||
do_lavfi_pixfmts "tinterlace_pad" "tinterlace" "pad"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user