From 7b53f463b4886ce3b0629b4c7355535f146856e1 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 25 Jul 2010 19:36:20 +0000 Subject: add mime-type for ASS muxer Originally committed as revision 24502 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/assenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/assenc.c') 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, -- cgit v1.2.3