X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvorbisenc.c;h=b89bb206e07d1a6cf521811539d05d2e5be6349a;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=1b0ab3cadb42a9ea5c655f86c2aa13a9dbef6dcc;hpb=c81b8e04aa0952a7aec1e08940f29ae501fb6bfd;p=ffmpeg diff --git a/libavcodec/vorbisenc.c b/libavcodec/vorbisenc.c index 1b0ab3cadb4..b89bb206e07 100644 --- a/libavcodec/vorbisenc.c +++ b/libavcodec/vorbisenc.c @@ -1293,7 +1293,7 @@ error: return ret; } -AVCodec ff_vorbis_encoder = { +const AVCodec ff_vorbis_encoder = { .name = "vorbis", .long_name = NULL_IF_CONFIG_SMALL("Vorbis"), .type = AVMEDIA_TYPE_AUDIO,