mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
lavfi/subtitles: set a different description between ass and subtitles.
This commit is contained in:
parent
2a14b23484
commit
90fb3e9bee
@ -239,7 +239,7 @@ static av_cold int init_ass(AVFilterContext *ctx, const char *args)
|
||||
|
||||
AVFilter avfilter_vf_ass = {
|
||||
.name = "ass",
|
||||
.description = NULL_IF_CONFIG_SMALL("Render subtitles onto input video using the libass library."),
|
||||
.description = NULL_IF_CONFIG_SMALL("Render ASS subtitles onto input video using the libass library."),
|
||||
.priv_size = sizeof(AssContext),
|
||||
.init = init_ass,
|
||||
.uninit = uninit,
|
||||
@ -356,7 +356,7 @@ end:
|
||||
|
||||
AVFilter avfilter_vf_subtitles = {
|
||||
.name = "subtitles",
|
||||
.description = NULL_IF_CONFIG_SMALL("Render subtitles onto input video using the libass library."),
|
||||
.description = NULL_IF_CONFIG_SMALL("Render text subtitles onto input video using the libass library."),
|
||||
.priv_size = sizeof(AssContext),
|
||||
.init = init_subtitles,
|
||||
.uninit = uninit,
|
||||
|
Loading…
Reference in New Issue
Block a user