[FFmpeg-cvslog] r24502 - trunk/libavformat/assenc.c
aurel
subversion
Sun Jul 25 21:36:21 CEST 2010
Author: aurel
Date: Sun Jul 25 21:36:20 2010
New Revision: 24502
Log:
add mime-type for ASS muxer
Modified:
trunk/libavformat/assenc.c
Modified: trunk/libavformat/assenc.c
==============================================================================
--- trunk/libavformat/assenc.c Sun Jul 25 21:12:35 2010 (r24501)
+++ trunk/libavformat/assenc.c Sun Jul 25 21:36:20 2010 (r24502)
@@ -80,7 +80,7 @@ static int write_trailer(AVFormatContext
AVOutputFormat ass_muxer = {
"ass",
NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
- NULL,
+ "text/x-ssa",
"ass,ssa",
sizeof(ASSContext),
CODEC_ID_NONE,
More information about the ffmpeg-cvslog
mailing list