mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavc: add some missing .long_name to codec_descriptors[]
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
4abb3539a6
commit
65b552cc31
@ -836,6 +836,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
.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,
|
||||
},
|
||||
{
|
||||
@ -1056,6 +1057,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,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user