mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
lavc/codec_desc: fix name of wavesynth codec
This commit is contained in:
parent
4654bf44a7
commit
06fc74bda0
@ -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"),
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user