mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Improve descriptiveness of a number of codec and container long names
This commit is contained in:
parent
6774247a9d
commit
0177b7d23a
56 changed files with 75 additions and 75 deletions
|
|
@ -79,7 +79,7 @@ static int write_trailer(AVFormatContext *s)
|
|||
|
||||
AVOutputFormat ff_ass_muxer = {
|
||||
.name = "ass",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"),
|
||||
.mime_type = "text/x-ssa",
|
||||
.extensions = "ass,ssa",
|
||||
.priv_data_size = sizeof(ASSContext),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue