summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-05-06 22:21:19 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-08-29 21:01:54 +0300
commit8a26256b87f674764b27a5844e892bce281a0fb9 (patch)
treed75d09b8e4d4b1f4c44e2104c4078e6be709b430 /libvo
parent3512f985e0b93d20806bd8b6b67c25863a5e3153 (diff)
downloadmpv-8a26256b87f674764b27a5844e892bce281a0fb9.tar.bz2
mpv-8a26256b87f674764b27a5844e892bce281a0fb9.tar.xz
vo_vdpau: Make info struct const
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vdpau.c2
1 files changed, 1 insertions, 1 deletions
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 <rmahapatra@nvidia.com> and others",