X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fffwavesynth.c;h=a1211facb91addbe293af9274e0908d61e54525c;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=3f982d07cf9a65d805dd1f10a21bc17c53f345b3;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/ffwavesynth.c b/libavcodec/ffwavesynth.c index 3f982d07cf9..a1211facb91 100644 --- a/libavcodec/ffwavesynth.c +++ b/libavcodec/ffwavesynth.c @@ -459,7 +459,7 @@ static av_cold int wavesynth_close(AVCodecContext *avc) return 0; } -AVCodec ff_ffwavesynth_decoder = { +const AVCodec ff_ffwavesynth_decoder = { .name = "wavesynth", .long_name = NULL_IF_CONFIG_SMALL("Wave synthesis pseudo-codec"), .type = AVMEDIA_TYPE_AUDIO,