vo_vdpau: Make info struct const

This commit is contained in:
Uoti Urpala 2009-05-06 22:21:19 +03:00
parent 3512f985e0
commit 8a26256b87
1 changed files with 1 additions and 1 deletions

View File

@ -1227,7 +1227,7 @@ static int control(struct vo *vo, uint32_t request, void *data)
const struct vo_driver video_out_vdpau = { const struct vo_driver video_out_vdpau = {
.is_new = 1, .is_new = 1,
.info = &(struct vo_info_s){ .info = &(const struct vo_info_s){
"VDPAU with X11", "VDPAU with X11",
"vdpau", "vdpau",
"Rajib Mahapatra <rmahapatra@nvidia.com> and others", "Rajib Mahapatra <rmahapatra@nvidia.com> and others",