1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avfilter/vf_feedback: add missing .process_command

This commit is contained in:
Paul B Mahol
2022-04-15 18:56:04 +02:00
parent 391ce570c8
commit 4e98cc29f4

View File

@@ -329,4 +329,5 @@ const AVFilter ff_vf_feedback = {
FILTER_INPUTS(inputs),
FILTER_OUTPUTS(outputs),
FILTER_QUERY_FUNC(query_formats),
.process_command = ff_filter_process_command,
};