summaryrefslogtreecommitdiffstats
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-08-21 21:48:13 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-21 22:32:31 +0200
commitbc151aee60f0d108749d4cb85550067ee2840dc3 (patch)
treea00ea3c2de23eaebb0d705d35a6312bfe2419444 /libavcodec/codec_desc.c
parente16fda9236bd6464e61baba31abae7852dceaa90 (diff)
downloadffmpeg-streaming-bc151aee60f0d108749d4cb85550067ee2840dc3.zip
ffmpeg-streaming-bc151aee60f0d108749d4cb85550067ee2840dc3.tar.gz
avrn: lowercase "name" and expand"long_name"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 68e07bb..0cd4ca8 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1178,8 +1178,8 @@ static const AVCodecDescriptor codec_descriptors[] = {
{
.id = AV_CODEC_ID_AVRN,
.type = AVMEDIA_TYPE_VIDEO,
- .name = "AVRn",
- .long_name = NULL_IF_CONFIG_SMALL("AVRn"),
+ .name = "avrn",
+ .long_name = NULL_IF_CONFIG_SMALL("Avid AVI Codec"),
},
/* various PCM "codecs" */
OpenPOWER on IntegriCloud