# HG changeset patch # User iive # Date 1389039116 0 # Node ID 7a2dcbac77fb523aee0e4e9e9a8e1cb8e2756d15 # Parent fdfc5ce7cf2aeff85ed1893e8a782b32b6e845db XvMC: Remove message requesting feedback for OSD backend rendering. The free radeon driver for XvMC (part of Mesa3D Gallium) provides this type of rendering and it seems to work fine. diff -r fdfc5ce7cf2a -r 7a2dcbac77fb libvo/vo_xvmc.c --- a/libvo/vo_xvmc.c Mon Jan 06 20:01:48 2014 +0000 +++ b/libvo/vo_xvmc.c Mon Jan 06 20:11:56 2014 +0000 @@ -660,7 +660,6 @@ break; case BACKEND_SUBPICTURE: mp_msg(MSGT_VO,MSGL_INFO,"vo_xvmc: OSD support by backend rendering (fast)\n"); - mp_msg(MSGT_VO,MSGL_INFO,"vo_xvmc: Please send feedback to confirm that it works,otherwise send bugreport!\n"); break; }