]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vdpau_h264.c
Merge commit '6829a079444e10818a847e153121fb458cc5c0a8'
[ffmpeg] / libavcodec / vdpau_h264.c
index 70f83d76f50a5aded3bfedad720199f7211eb958..2a260f76abae4b70d3ed3eec212f22b97b610519 100644 (file)
@@ -262,7 +262,7 @@ static int vdpau_h264_init(AVCodecContext *avctx)
     return ff_vdpau_common_init(avctx, profile, level);
 }
 
-AVHWAccel ff_h264_vdpau_hwaccel = {
+const AVHWAccel ff_h264_vdpau_hwaccel = {
     .name           = "h264_vdpau",
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_H264,