mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-27 10:51:31 +08:00
Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -641,7 +641,7 @@ static int avi_write_trailer(AVFormatContext *s)
|
||||
|
||||
AVOutputFormat ff_avi_muxer = {
|
||||
.name = "avi",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AVI format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AVI (Audio Video Interleaved)"),
|
||||
.mime_type = "video/x-msvideo",
|
||||
.extensions = "avi",
|
||||
.priv_data_size = sizeof(AVIContext),
|
||||
|
||||
Reference in New Issue
Block a user