Commit 5bdbf64c authored by Aurelien Jacobs's avatar Aurelien Jacobs

set default subtitle_codec for ass muxer

Originally committed as revision 25870 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 908dc2a0
......@@ -83,6 +83,7 @@ AVOutputFormat ass_muxer = {
.mime_type = "text/x-ssa",
.extensions = "ass,ssa",
.priv_data_size = sizeof(ASSContext),
.subtitle_codec = CODEC_ID_SSA,
.write_header = write_header,
.write_packet = write_packet,
.write_trailer = write_trailer,
......
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