X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh261enc.c;h=da681f140a59120ca215645d11d96cf189a49f0b;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=eec526c5000d34795bb20dcc282dae890f605f92;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c index eec526c5000..da681f140a5 100644 --- a/libavcodec/h261enc.c +++ b/libavcodec/h261enc.c @@ -392,7 +392,7 @@ static const AVClass h261_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVCodec ff_h261_encoder = { +const AVCodec ff_h261_encoder = { .name = "h261", .long_name = NULL_IF_CONFIG_SMALL("H.261"), .type = AVMEDIA_TYPE_VIDEO,