]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lagarith.c
avcodec: Constify AVCodecs
[ffmpeg] / libavcodec / lagarith.c
index d81e55cf4ca1f60ec42f46a44edc10daa4181e56..69899e423e3baf9d32afb81b7bccf328b44a4239 100644 (file)
@@ -712,7 +712,7 @@ static av_cold int lag_decode_init(AVCodecContext *avctx)
     return 0;
 }
 
-AVCodec ff_lagarith_decoder = {
+const AVCodec ff_lagarith_decoder = {
     .name           = "lagarith",
     .long_name      = NULL_IF_CONFIG_SMALL("Lagarith lossless"),
     .type           = AVMEDIA_TYPE_VIDEO,