diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-01 16:11:53 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-02 10:42:25 +0200 |
commit | 06fc74bda0989473294adf63e9eef3ea913ce236 (patch) | |
tree | 4b781af18c643d3e920332c6091adf3e45c02190 | |
parent | 4654bf44a767b4c3894d3f9e09ba29445877bad9 (diff) | |
download | ffmpeg-streaming-06fc74bda0989473294adf63e9eef3ea913ce236.zip ffmpeg-streaming-06fc74bda0989473294adf63e9eef3ea913ce236.tar.gz |
lavc/codec_desc: fix name of wavesynth codec
-rw-r--r-- | libavcodec/codec_desc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index b4e72a1..1f22b17 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"), }, { |