mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
lavfi/spp: fix description.
This commit is contained in:
parent
6fe419bf73
commit
147adf2c4f
@ -424,7 +424,7 @@ static const AVFilterPad spp_outputs[] = {
|
||||
|
||||
AVFilter avfilter_vf_spp = {
|
||||
.name = "spp",
|
||||
.description = NULL_IF_CONFIG_SMALL("XXX"),
|
||||
.description = NULL_IF_CONFIG_SMALL("Apply a simple post processing filter."),
|
||||
.priv_size = sizeof(SPPContext),
|
||||
.init = init,
|
||||
.uninit = uninit,
|
||||
|
Loading…
Reference in New Issue
Block a user