diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-08-25 10:53:47 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-08-25 10:53:47 +0000 |
commit | 65b552cc314b5994c6f4cda19872812a68980dbe (patch) | |
tree | 93a6ac7d2db3a7dcfcd6dc7496d424a6a16736f9 | |
parent | 4abb3539a6f0a4eb72e8214b08f37e6de9fbe533 (diff) | |
download | ffmpeg-65b552cc314b5994c6f4cda19872812a68980dbe.tar.gz |
lavc: add some missing .long_name to codec_descriptors[]
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavcodec/codec_desc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 0cd4ca8776..dd4870dea7 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -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, }, { |