]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cfhd.c
avcodec: Constify AVCodecs
[ffmpeg] / libavcodec / cfhd.c
index 6f13207cc147e91e3ee85be142adccba6b8e5ddd..66e1695ec91128020c459f67a281b47cdae3051e 100644 (file)
@@ -1458,7 +1458,7 @@ static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
 }
 #endif
 
-AVCodec ff_cfhd_decoder = {
+const AVCodec ff_cfhd_decoder = {
     .name             = "cfhd",
     .long_name        = NULL_IF_CONFIG_SMALL("GoPro CineForm HD"),
     .type             = AVMEDIA_TYPE_VIDEO,