[FFmpeg-cvslog] lavc: add some missing .long_name to codec_descriptors[]
Paul B Mahol
git at videolan.org
Sat Aug 25 13:04:33 CEST 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Aug 25 10:53:47 2012 +0000| [65b552cc314b5994c6f4cda19872812a68980dbe] | committer: Paul B Mahol
lavc: add some missing .long_name to codec_descriptors[]
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65b552cc314b5994c6f4cda19872812a68980dbe
---
libavcodec/codec_desc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 0cd4ca8..dd4870d 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,
},
{
More information about the ffmpeg-cvslog
mailing list