mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
avfilter/af_aspace: add dot at end of filter description
This commit is contained in:
parent
2c4588b3e0
commit
706858c824
@ -455,7 +455,7 @@ AVFILTER_DEFINE_CLASS(aspace);
|
||||
|
||||
const AVFilter ff_af_aspace = {
|
||||
.name = "aspace",
|
||||
.description = NULL_IF_CONFIG_SMALL("Arbitrary Distance Amplitude Panning"),
|
||||
.description = NULL_IF_CONFIG_SMALL("Arbitrary Distance Amplitude Panning."),
|
||||
.priv_size = sizeof(AudioSpaceContext),
|
||||
.priv_class = &aspace_class,
|
||||
.init = init,
|
||||
|
Loading…
Reference in New Issue
Block a user