summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorOneric <oneric@oneric.de>2022-11-13 20:57:16 +0100
committerPaul B Mahol <onemda@gmail.com>2022-12-03 19:08:39 +0100
commitd82e30d0d18b665634d7ae441727a54082465a8c (patch)
tree7063af9c75ce2a04c1a99b5da812dc18e589d5e0 /libavcodec
parent754fa305faac1afa472d59e1a5bf24aacbe8ed77 (diff)
avcodec/ass: fix comment
There is no v4 ASS. There are versions 1 to 4 of SSA (with only v4 being supported by softsub renderers), ASS which declares itself as v4+ or v4.00+, and the rarely used v4++/v4.00++, which isn't fully supported by libass. As reflected by the [V4+ Styles] section header, FFmpeg uses ASS, not SSA v4, so adjust the comment accordingly.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ass.c b/libavcodec/ass.c
index 728cfb1ab5..fdf55f36ca 100644
--- a/libavcodec/ass.c
+++ b/libavcodec/ass.c
@@ -44,7 +44,7 @@ int ff_ass_subtitle_header_full(AVCodecContext *avctx,
"\r\n"
"[V4+ Styles]\r\n"
- /* ASSv4 header */
+ /* ASS (v4+) header */
"Format: Name, "
"Fontname, Fontsize, "
"PrimaryColour, SecondaryColour, OutlineColour, BackColour, "