From 23a431635e865c6ba2dc00b3d4be33cb47ab20fe Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 30 Dec 2003 02:14:07 +0000 Subject: get property generates too much noise with subtitles active CVS patchset: 5961 CVS date: 2003/12/30 02:14:07 --- src/video_out/video_out_xv.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 8713eb2ed..318465904 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xv.c,v 1.188 2003/12/14 22:13:26 siggi Exp $ + * $Id: video_out_xv.c,v 1.189 2003/12/30 02:14:07 miguelfreitas Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -792,8 +792,7 @@ static int xv_get_property (vo_driver_t *this_gen, int property) { break; } - xprintf(this->xine, XINE_VERBOSITY_LOG, - "video_out_xv: property #%d = %d\n", property, this->props[property].value); + lprintf("video_out_xv: property #%d = %d\n", property, this->props[property].value); return this->props[property].value; } -- cgit v1.2.3