lavc: add some missing .long_name to codec_descriptors[]

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-08-25 10:53:47 +00:00
parent 4abb3539a6
commit 65b552cc31
1 changed files with 2 additions and 0 deletions

View File

@ -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,
},
{