Browse Source

lavc/codec_desc: fix name of wavesynth codec

tags/n1.0
Stefano Sabatini 13 years ago
parent
commit
06fc74bda0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/codec_desc.c

+ 1
- 1
libavcodec/codec_desc.c View File

@@ -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…
Cancel
Save