comparison assenc.c @ 6241:a7e674f70016 libavformat

imporve long_name for ass (de)muxer
author aurel
date Wed, 07 Jul 2010 13:10:57 +0000
parents 624979ace06c
children d907dafa4c5d
comparison
equal deleted inserted replaced
6240:8333d7ea7257 6241:a7e674f70016
77 return 0; 77 return 0;
78 } 78 }
79 79
80 AVOutputFormat ass_muxer = { 80 AVOutputFormat ass_muxer = {
81 "ass", 81 "ass",
82 NULL_IF_CONFIG_SMALL("SSA/ASS format"), 82 NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
83 NULL, 83 NULL,
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,