Commit ec62f4be authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vdpau/display: cut&paste error

parent ee71af08
...@@ -534,7 +534,7 @@ static int Open(vlc_object_t *obj) ...@@ -534,7 +534,7 @@ static int Open(vlc_object_t *obj)
if (err != VDP_STATUS_OK) if (err != VDP_STATUS_OK)
{ {
msg_Err(vd, "%s capabilities query failure: %s", msg_Err(vd, "%s capabilities query failure: %s",
"video mixer surface width", "video mixer surface height",
vdp_get_error_string(sys->vdp, err)); vdp_get_error_string(sys->vdp, err));
goto error; goto error;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment