Commit 06fc74bd authored by Stefano Sabatini's avatar Stefano Sabatini

lavc/codec_desc: fix name of wavesynth codec

parent 4654bf44
......@@ -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"),
},
{
......
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