mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
improve long_name for ass (de)muxer
Originally committed as revision 24084 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b0c73ba11f
commit
5c7ceef654
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user