[vlc-commits] vdpau/chroma: string factor

Rémi Denis-Courmont git at videolan.org
Tue Jul 29 21:13:46 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jul 29 21:25:39 2014 +0300| [9d8b3af7c200a7a7a553f35e3ec0cefdf98a4e1e] | committer: Rémi Denis-Courmont

vdpau/chroma: string factor

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

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

diff --git a/modules/hw/vdpau/chroma.c b/modules/hw/vdpau/chroma.c
index 70ce32f..d192475 100644
--- a/modules/hw/vdpau/chroma.c
+++ b/modules/hw/vdpau/chroma.c
@@ -448,7 +448,7 @@ static picture_t *VideoRender(filter_t *filter, picture_t *src)
 
     if (unlikely(src->context == NULL))
     {
-        msg_Err(filter, "corrupt VDPAU video surface");
+        msg_Err(filter, "corrupt VDPAU video surface %p", src);
         picture_Release(src);
         return NULL;
     }



More information about the vlc-commits mailing list