mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -370,5 +370,5 @@ AVCodec ff_bmp_decoder = {
|
||||
.close = bmp_decode_end,
|
||||
.decode = bmp_decode_frame,
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("BMP image"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("BMP (Windows and OS/2 bitmap)"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user