Commit 7b53f463 authored by Aurelien Jacobs's avatar Aurelien Jacobs

add mime-type for ASS muxer

Originally committed as revision 24502 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 752ff3ff
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment