summaryrefslogtreecommitdiff
path: root/libavcodec/assenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/assenc.c')
-rw-r--r--libavcodec/assenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/assenc.c b/libavcodec/assenc.c
index 103f2ff276..87a8dd62c0 100644
--- a/libavcodec/assenc.c
+++ b/libavcodec/assenc.c
@@ -59,7 +59,7 @@ static int ass_encode_frame(AVCodecContext *avctx,
AVCodec ff_ass_encoder = {
.name = "ass",
- .long_name = NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle"),
+ .long_name = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
.id = CODEC_ID_SSA,
.init = ass_encode_init,