You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/setparams : update filter description
This commit is contained in:
@@ -163,7 +163,7 @@ static const AVFilterPad outputs[] = {
|
||||
|
||||
AVFilter ff_vf_setparams = {
|
||||
.name = "setparams",
|
||||
.description = NULL_IF_CONFIG_SMALL("Force field, or color range for the output video frame."),
|
||||
.description = NULL_IF_CONFIG_SMALL("Force field, or color property for the output video frame."),
|
||||
.priv_size = sizeof(SetParamsContext),
|
||||
.priv_class = &setparams_class,
|
||||
.inputs = inputs,
|
||||
|
Reference in New Issue
Block a user