X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frkmppdec.c;h=a60962dc86bda448f8a1a101765ae86cf29e2dc4;hb=df6b44182e1f52e6982a55e9720d9e46620a0d8a;hp=248020d5d6170b2eb824ed5aaf6a3f3aa6228b98;hpb=2594f6a362c788a036dbf3e27d540d15fe7f72d0;p=ffmpeg diff --git a/libavcodec/rkmppdec.c b/libavcodec/rkmppdec.c index 248020d5d61..a60962dc86b 100644 --- a/libavcodec/rkmppdec.c +++ b/libavcodec/rkmppdec.c @@ -548,7 +548,7 @@ static void rkmpp_flush(AVCodecContext *avctx) av_log(avctx, AV_LOG_ERROR, "Failed to reset MPI (code = %d)\n", ret); } -static const AVCodecHWConfigInternal *rkmpp_hw_configs[] = { +static const AVCodecHWConfigInternal *const rkmpp_hw_configs[] = { HW_CONFIG_INTERNAL(DRM_PRIME), NULL };