Commit 65b552cc authored by Paul B Mahol's avatar Paul B Mahol

lavc: add some missing .long_name to codec_descriptors[]

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 4abb3539
...@@ -836,6 +836,7 @@ static const AVCodecDescriptor codec_descriptors[] = { ...@@ -836,6 +836,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_TMV, .id = AV_CODEC_ID_TMV,
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
.name = "tmv", .name = "tmv",
.long_name = NULL_IF_CONFIG_SMALL("8088flex TMV"),
.props = AV_CODEC_PROP_INTRA_ONLY, .props = AV_CODEC_PROP_INTRA_ONLY,
}, },
{ {
...@@ -1056,6 +1057,7 @@ static const AVCodecDescriptor codec_descriptors[] = { ...@@ -1056,6 +1057,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_XBM, .id = AV_CODEC_ID_XBM,
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
.name = "xbm", .name = "xbm",
.long_name = NULL_IF_CONFIG_SMALL("XBM (X BitMap) image"),
.props = AV_CODEC_PROP_INTRA_ONLY, .props = AV_CODEC_PROP_INTRA_ONLY,
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment