summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-01 16:11:53 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-09-02 10:42:25 +0200
commit06fc74bda0989473294adf63e9eef3ea913ce236 (patch)
tree4b781af18c643d3e920332c6091adf3e45c02190 /libavcodec/codec_desc.c
parent4654bf44a767b4c3894d3f9e09ba29445877bad9 (diff)
lavc/codec_desc: fix name of wavesynth codec
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 b4e72a1fe9..1f22b17242 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2211,7 +2211,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
{
.id = AV_CODEC_ID_FFWAVESYNTH,
.type = AVMEDIA_TYPE_AUDIO,
- .name = "AVMEDIA_TYPE_AUDIO",
+ .name = "wavesynth",
.long_name = NULL_IF_CONFIG_SMALL("Wave synthesis pseudo-codec"),
},
{