]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ffwavesynth.c
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / ffwavesynth.c
index d18dd9145279951b84338df34d9530a02942cdbe..c63b90ff29a990296bcf8562565844e0e5588b17 100644 (file)
@@ -472,7 +472,7 @@ static av_cold int wavesynth_close(AVCodecContext *avc)
 AVCodec ff_ffwavesynth_decoder = {
     .name           = "wavesynth",
     .type           = AVMEDIA_TYPE_AUDIO,
-    .id             = CODEC_ID_FFWAVESYNTH,
+    .id             = AV_CODEC_ID_FFWAVESYNTH,
     .priv_data_size = sizeof(struct wavesynth_context),
     .init           = wavesynth_init,
     .close          = wavesynth_close,