mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -1393,7 +1393,7 @@ static int avi_probe(AVProbeData *p)
|
||||
|
||||
AVInputFormat ff_avi_demuxer = {
|
||||
.name = "avi",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AVI format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AVI (Audio Video Interleaved)"),
|
||||
.priv_data_size = sizeof(AVIContext),
|
||||
.read_probe = avi_probe,
|
||||
.read_header = avi_read_header,
|
||||
|
||||
Reference in New Issue
Block a user