From 06fc74bda0989473294adf63e9eef3ea913ce236 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 1 Sep 2012 16:11:53 +0200 Subject: [PATCH] lavc/codec_desc: fix name of wavesynth codec --- libavcodec/codec_desc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), }, {