X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fopusenc.c;h=da83ef4d3215521991ad3ad26aecc1e01a2ec300;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=8bc9e9dc4a27cf6ce377fdc1b0c292ce644e5f84;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/opusenc.c b/libavcodec/opusenc.c index 8bc9e9dc4a2..da83ef4d321 100644 --- a/libavcodec/opusenc.c +++ b/libavcodec/opusenc.c @@ -719,7 +719,7 @@ static const AVCodecDefault opusenc_defaults[] = { { NULL }, }; -AVCodec ff_opus_encoder = { +const AVCodec ff_opus_encoder = { .name = "opus", .long_name = NULL_IF_CONFIG_SMALL("Opus"), .type = AVMEDIA_TYPE_AUDIO,