mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -205,7 +205,7 @@ static int read_seek2(AVFormatContext *s, int stream_index,
|
||||
|
||||
AVInputFormat ff_ass_demuxer = {
|
||||
.name = "ass",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"),
|
||||
.priv_data_size = sizeof(ASSContext),
|
||||
.read_probe = probe,
|
||||
.read_header = read_header,
|
||||
|
||||
Reference in New Issue
Block a user