mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 11:24:17 +00:00
codec_desc: add missing .long_name
This commit is contained in:
parent
999d31d354
commit
d42ea06798
@ -908,12 +908,14 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
.id = AV_CODEC_ID_V210X,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.name = "v210x",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
|
||||
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
|
||||
},
|
||||
{
|
||||
.id = AV_CODEC_ID_TMV,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.name = "tmv",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("8088flex TMV"),
|
||||
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
|
||||
},
|
||||
{
|
||||
@ -1158,6 +1160,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
.id = AV_CODEC_ID_XBM,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.name = "xbm",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("XBM (X BitMap) image"),
|
||||
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
|
||||
},
|
||||
{
|
||||
@ -1791,6 +1794,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
.id = AV_CODEC_ID_DVAUDIO,
|
||||
.type = AVMEDIA_TYPE_AUDIO,
|
||||
.name = "dvaudio",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("DVAUDIO"),
|
||||
.props = AV_CODEC_PROP_LOSSY,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user