Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed Mar 18, 2024
1 parent 4a90001 commit 69c86ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/filters/ttml_conv.c
Expand Up @@ -313,7 +313,7 @@ static const GF_FilterCapability TTMLConvCaps[] =
GF_FilterRegister TTMLConvRegister = {
.name = "ttml2vtt",
GF_FS_SET_DESCRIPTION("TTML to WebVTT")
GF_FS_SET_HELP("This filter converts TTML frames to unframed WebVTT\n."
GF_FS_SET_HELP("This filter converts TTML frames to unframed WebVTT.\n"
"\n"
"Conversion is quite limited: only the first div is analyzed and only basic styling is implemented.\n"
)
Expand Down Expand Up @@ -354,7 +354,7 @@ static const GF_FilterCapability TTMLConv2Caps[] =
GF_FilterRegister TTMLConv2Register = {
.name = "ttml2srt",
GF_FS_SET_DESCRIPTION("TTML to SRT")
GF_FS_SET_HELP("This filter converts TTML frames to unframed SRT\n."
GF_FS_SET_HELP("This filter converts TTML frames to unframed SRT.\n"
"\n"
"Conversion is quite limited: only the first div is analyzed and only basic styling is implemented.\n"
)
Expand Down

0 comments on commit 69c86ec

Please sign in to comment.