]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/assenc.c
lavf: Declare an AVRational struct without a struct literal
[ffmpeg] / libavformat / assenc.c
index c53af16bbd8583b9b5d1b462e25eded29922c1a4..dca8e8c0c5339580ca7ecf8c4ea4ad69eae2131b 100644 (file)
@@ -79,7 +79,7 @@ static int write_trailer(AVFormatContext *s)
 
 AVOutputFormat ff_ass_muxer = {
     .name           = "ass",
-    .long_name      = NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
+    .long_name      = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"),
     .mime_type      = "text/x-ssa",
     .extensions     = "ass,ssa",
     .priv_data_size = sizeof(ASSContext),