X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flibsvtav1.c;h=fabc4e6428f1eebb08c34395576add4b1c050db3;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=cfd93a2484c55471999da11029160a26a887cec0;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/libsvtav1.c b/libavcodec/libsvtav1.c index cfd93a2484c..fabc4e6428f 100644 --- a/libavcodec/libsvtav1.c +++ b/libavcodec/libsvtav1.c @@ -551,7 +551,7 @@ static const AVCodecDefault eb_enc_defaults[] = { { NULL }, }; -AVCodec ff_libsvtav1_encoder = { +const AVCodec ff_libsvtav1_encoder = { .name = "libsvtav1", .long_name = NULL_IF_CONFIG_SMALL("SVT-AV1(Scalable Video Technology for AV1) encoder"), .priv_data_size = sizeof(SvtContext),