summaryrefslogtreecommitdiff
path: root/libavcodec/nvdec_mpeg4.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-11-04 18:53:26 +0000
committerMark Thompson <sw@jkqxz.net>2017-11-26 21:41:19 +0000
commit3a71bcc213f223428622ac3750fe1a923f2f3ab4 (patch)
tree2e4129174f581c9d5fd3d57e6af8df352a5e182b /libavcodec/nvdec_mpeg4.c
parentda4e02b1961572c15d7cd6a701d153155f196477 (diff)
downloadffmpeg-3a71bcc213f223428622ac3750fe1a923f2f3ab4.tar.gz
lavc: Mark all AVHWAccel structures as const
Diffstat (limited to 'libavcodec/nvdec_mpeg4.c')
-rw-r--r--libavcodec/nvdec_mpeg4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nvdec_mpeg4.c b/libavcodec/nvdec_mpeg4.c
index a0f9280ea2..907af1391a 100644
--- a/libavcodec/nvdec_mpeg4.c
+++ b/libavcodec/nvdec_mpeg4.c
@@ -106,7 +106,7 @@ static int nvdec_mpeg4_frame_params(AVCodecContext *avctx,
return ff_nvdec_frame_params(avctx, hw_frames_ctx, 2);
}
-AVHWAccel ff_mpeg4_nvdec_hwaccel = {
+const AVHWAccel ff_mpeg4_nvdec_hwaccel = {
.name = "mpeg4_nvdec",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_MPEG4,