1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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.
This commit is contained in:
Oneric
2022-11-13 20:57:16 +01:00
committed by Paul B Mahol
parent 754fa305fa
commit d82e30d0d1

View File

@@ -44,7 +44,7 @@ int ff_ass_subtitle_header_full(AVCodecContext *avctx,
"\r\n" "\r\n"
"[V4+ Styles]\r\n" "[V4+ Styles]\r\n"
/* ASSv4 header */ /* ASS (v4+) header */
"Format: Name, " "Format: Name, "
"Fontname, Fontsize, " "Fontname, Fontsize, "
"PrimaryColour, SecondaryColour, OutlineColour, BackColour, " "PrimaryColour, SecondaryColour, OutlineColour, BackColour, "