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

improve long_name for ass (de)muxer

Originally committed as revision 24084 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b0c73ba1
......@@ -177,7 +177,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVInputFormat ass_demuxer = {
"ass",
NULL_IF_CONFIG_SMALL("SSA/ASS format"),
NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
sizeof(ASSContext),
probe,
read_header,
......
......@@ -79,7 +79,7 @@ static int write_trailer(AVFormatContext *s)
AVOutputFormat ass_muxer = {
"ass",
NULL_IF_CONFIG_SMALL("SSA/ASS format"),
NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
NULL,
"ass,ssa",
sizeof(ASSContext),
......
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