mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-03 21:00:00 +01:00
Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -875,7 +875,7 @@ static const AVClass class = {
|
||||
|
||||
AVInputFormat ff_flv_demuxer = {
|
||||
.name = "flv",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("FLV format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("FLV (Flash Video)"),
|
||||
.priv_data_size = sizeof(FLVContext),
|
||||
.read_probe = flv_probe,
|
||||
.read_header = flv_read_header,
|
||||
|
||||
Reference in New Issue
Block a user