[FFmpeg-cvslog] lavc/codec_desc: fix name of wavesynth codec

Stefano Sabatini git at videolan.org
Sun Sep 2 10:49:10 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Sep  1 16:11:53 2012 +0200| [06fc74bda0989473294adf63e9eef3ea913ce236] | committer: Stefano Sabatini

lavc/codec_desc: fix name of wavesynth codec

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06fc74bda0989473294adf63e9eef3ea913ce236
---

 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 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"),
     },
     {



More information about the ffmpeg-cvslog mailing list