summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-14 19:23:57 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-14 19:24:09 +0100
commit4d10b93bd19674ccc6809e55f3e8940b87484567 (patch)
tree6530b92825607b796ef642f61c0237b6d670e13b /libavcodec/codec_desc.c
parent11e66d20d51f782c0193728115f2ed33521fe6b0 (diff)
parentd42ea06798b83d87397449ec6aad40cb5ea46e43 (diff)
Merge commit 'd42ea06798b83d87397449ec6aad40cb5ea46e43'
* commit 'd42ea06798b83d87397449ec6aad40cb5ea46e43': codec_desc: add missing .long_name Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index b62e8d1238..6510bf7941 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -925,6 +925,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_V210X,
.type = AVMEDIA_TYPE_VIDEO,
.name = "v210x",
+ .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
},
{
@@ -1986,6 +1987,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_DVAUDIO,
.type = AVMEDIA_TYPE_AUDIO,
.name = "dvaudio",
+ .long_name = NULL_IF_CONFIG_SMALL("DVAUDIO"),
.props = AV_CODEC_PROP_LOSSY,
},
{