add mime-type for ASS muxer

Originally committed as revision 24502 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2010-07-25 19:36:20 +00:00
parent 752ff3ffa7
commit 7b53f463b4

View File

@ -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,