diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c index c6e2973ddd..3db31dbb08 100644 --- a/libvo/vo_vdpau.c +++ b/libvo/vo_vdpau.c @@ -1227,7 +1227,7 @@ static int control(struct vo *vo, uint32_t request, void *data) const struct vo_driver video_out_vdpau = { .is_new = 1, - .info = &(struct vo_info_s){ + .info = &(const struct vo_info_s){ "VDPAU with X11", "vdpau", "Rajib Mahapatra and others",