diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-14 19:02:35 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-16 23:05:48 +0100 |
commit | f7518f1a0e0a1788c303de3c6198da07e575710c (patch) | |
tree | a3de7dac6b7451ebc7cab5244fdf7cebc1e06d56 /libavcodec | |
parent | 6d7b22fb8f247a51e668c83b2f2460a9b3e948a8 (diff) | |
download | ffmpeg-f7518f1a0e0a1788c303de3c6198da07e575710c.tar.gz |
codec_desc: update dvaudio tag
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/codec_desc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 433590e239..2ad53268b2 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1796,7 +1796,7 @@ static const AVCodecDescriptor codec_descriptors[] = { .id = AV_CODEC_ID_DVAUDIO, .type = AVMEDIA_TYPE_AUDIO, .name = "dvaudio", - .long_name = NULL_IF_CONFIG_SMALL("DVAUDIO"), + .long_name = NULL_IF_CONFIG_SMALL("DV audio"), .props = AV_CODEC_PROP_LOSSY, }, { |