diff options
Diffstat (limited to 'libavcodec/cfhdenc.c')
-rw-r--r-- | libavcodec/cfhdenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cfhdenc.c b/libavcodec/cfhdenc.c index 0369164fab..e0b1172ede 100644 --- a/libavcodec/cfhdenc.c +++ b/libavcodec/cfhdenc.c @@ -845,7 +845,7 @@ static const AVClass cfhd_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVCodec ff_cfhd_encoder = { +const AVCodec ff_cfhd_encoder = { .name = "cfhd", .long_name = NULL_IF_CONFIG_SMALL("GoPro CineForm HD"), .type = AVMEDIA_TYPE_VIDEO, |