Commit b361a0bf authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'f7518f1a'

* commit 'f7518f1a':
  codec_desc: update dvaudio tag
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 85d28a86 f7518f1a
...@@ -1989,7 +1989,7 @@ static const AVCodecDescriptor codec_descriptors[] = { ...@@ -1989,7 +1989,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_DVAUDIO, .id = AV_CODEC_ID_DVAUDIO,
.type = AVMEDIA_TYPE_AUDIO, .type = AVMEDIA_TYPE_AUDIO,
.name = "dvaudio", .name = "dvaudio",
.long_name = NULL_IF_CONFIG_SMALL("DVAUDIO"), .long_name = NULL_IF_CONFIG_SMALL("DV audio"),
.props = AV_CODEC_PROP_LOSSY, .props = AV_CODEC_PROP_LOSSY,
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment