[vlc-commits] vdpau/display: cut&paste error

Rémi Denis-Courmont git at videolan.org
Wed May 14 15:27:10 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed May 14 16:57:57 2014 +0800| [ec62f4be39ae8759e4297e0795758ce2fd8a281d] | committer: Rémi Denis-Courmont

vdpau/display: cut&paste error

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec62f4be39ae8759e4297e0795758ce2fd8a281d
---

 modules/hw/vdpau/display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/hw/vdpau/display.c b/modules/hw/vdpau/display.c
index e0c6685..3266b9b 100644
--- a/modules/hw/vdpau/display.c
+++ b/modules/hw/vdpau/display.c
@@ -534,7 +534,7 @@ static int Open(vlc_object_t *obj)
         if (err != VDP_STATUS_OK)
         {
             msg_Err(vd, "%s capabilities query failure: %s",
-                    "video mixer surface width",
+                    "video mixer surface height",
                     vdp_get_error_string(sys->vdp, err));
             goto error;
         }



More information about the vlc-commits mailing list