diff options
Diffstat (limited to 'libavcodec/nvenc_hevc.c')
-rw-r--r-- | libavcodec/nvenc_hevc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nvenc_hevc.c b/libavcodec/nvenc_hevc.c index 1aacec5f9c..007099242a 100644 --- a/libavcodec/nvenc_hevc.c +++ b/libavcodec/nvenc_hevc.c @@ -186,7 +186,7 @@ static const AVClass hevc_nvenc_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVCodec ff_hevc_nvenc_encoder = { +const AVCodec ff_hevc_nvenc_encoder = { .name = "hevc_nvenc", .long_name = NULL_IF_CONFIG_SMALL("NVIDIA NVENC hevc encoder"), .type = AVMEDIA_TYPE_VIDEO, |