summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/assenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/assenc.c b/libavformat/assenc.c
index 41d5bbdca8..9b854ec0fe 100644
--- a/libavformat/assenc.c
+++ b/libavformat/assenc.c
@@ -80,7 +80,7 @@ static int write_trailer(AVFormatContext *s)
AVOutputFormat ass_muxer = {
"ass",
NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
- NULL,
+ "text/x-ssa",
"ass,ssa",
sizeof(ASSContext),
CODEC_ID_NONE,