Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-17 17:52:02 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-17 17:53:05 +0400
commitb361a0bf1fbbfa3d090e6d8db5aca6cbed8260b3 (patch)
tree49df18a76a6c875ac6ca2a7c4071da1b05e28e1d /libavcodec/codec_desc.c
parent85d28a8656814fbdce9b29abc03bf8efb3122bed (diff)
parentf7518f1a0e0a1788c303de3c6198da07e575710c (diff)
Merge commit 'f7518f1a0e0a1788c303de3c6198da07e575710c'
* commit 'f7518f1a0e0a1788c303de3c6198da07e575710c': codec_desc: update dvaudio tag Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 75899aa109..6a6459241b 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1989,7 +1989,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,
},
{