mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 21:34:01 +08: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