mirror of https://git.ffmpeg.org/ffmpeg.git
add mime-type for ASS muxer
Originally committed as revision 24502 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
752ff3ffa7
commit
7b53f463b4
|
@ -80,7 +80,7 @@ static int write_trailer(AVFormatContext *s)
|
||||||
AVOutputFormat ass_muxer = {
|
AVOutputFormat ass_muxer = {
|
||||||
"ass",
|
"ass",
|
||||||
NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
|
NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
|
||||||
NULL,
|
"text/x-ssa",
|
||||||
"ass,ssa",
|
"ass,ssa",
|
||||||
sizeof(ASSContext),
|
sizeof(ASSContext),
|
||||||
CODEC_ID_NONE,
|
CODEC_ID_NONE,
|
||||||
|
|
Loading…
Reference in New Issue