comparison assenc.c @ 6314:d907dafa4c5d libavformat

add mime-type for ASS muxer
author aurel
date Sun, 25 Jul 2010 19:36:20 +0000
parents a7e674f70016
children
comparison
equal deleted inserted replaced
6313:21797713c770 6314:d907dafa4c5d
78 } 78 }
79 79
80 AVOutputFormat ass_muxer = { 80 AVOutputFormat ass_muxer = {
81 "ass", 81 "ass",
82 NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"), 82 NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
83 NULL, 83 "text/x-ssa",
84 "ass,ssa", 84 "ass,ssa",
85 sizeof(ASSContext), 85 sizeof(ASSContext),
86 CODEC_ID_NONE, 86 CODEC_ID_NONE,
87 CODEC_ID_NONE, 87 CODEC_ID_NONE,
88 write_header, 88 write_header,