Browse Source

add mime-type for ASS muxer

Originally committed as revision 24502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs 14 years ago
parent
commit
7b53f463b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavformat/assenc.c

+ 1 - 1
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,