From cd322794eecf1dd7d975ce3dcf1c18bbd8b91ad1 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sun, 8 Nov 2020 18:51:15 +0000 Subject: lavc: Mark hw_config pointer arrays as const They are read-only just like the HWConfig structures they point to. --- libavcodec/vaapi_encode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vaapi_encode.h') diff --git a/libavcodec/vaapi_encode.h b/libavcodec/vaapi_encode.h index aa2a45bca6..b41604a883 100644 --- a/libavcodec/vaapi_encode.h +++ b/libavcodec/vaapi_encode.h @@ -49,7 +49,7 @@ enum { MAX_TILE_COLS = 20, }; -extern const AVCodecHWConfigInternal *ff_vaapi_encode_hw_configs[]; +extern const AVCodecHWConfigInternal *const ff_vaapi_encode_hw_configs[]; enum { PICTURE_TYPE_IDR = 0, -- cgit v1.2.3