vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
