You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavfi/vf_stack_{vaapi,qsv}: replace query_formats with a pixfmt list
This commit is contained in:
@@ -350,7 +350,7 @@ static const AVFilterPad stack_outputs[] = {
|
||||
.init = api##_stack_init, \
|
||||
.uninit = api##_stack_uninit, \
|
||||
.activate = stack_activate, \
|
||||
FILTER_QUERY_FUNC(api##_stack_query_formats), \
|
||||
FILTER_PIXFMTS_ARRAY(api ## _stack_pix_fmts), \
|
||||
FILTER_OUTPUTS(stack_outputs), \
|
||||
.flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE, \
|
||||
.flags = AVFILTER_FLAG_DYNAMIC_INPUTS | filter_flags, \
|
||||
|
||||
Reference in New Issue
Block a user