diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-12-30 02:14:07 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-12-30 02:14:07 +0000 |
commit | 23a431635e865c6ba2dc00b3d4be33cb47ab20fe (patch) | |
tree | 704c7bb920ab0f3c894b1e5d49eeb1c38405447c /src/video_out | |
parent | 285cdb421762ae6ea4a75859c28d44a686753a1b (diff) | |
download | xine-lib-23a431635e865c6ba2dc00b3d4be33cb47ab20fe.tar.gz xine-lib-23a431635e865c6ba2dc00b3d4be33cb47ab20fe.tar.bz2 |
get property generates too much noise with subtitles active
CVS patchset: 5961
CVS date: 2003/12/30 02:14:07
Diffstat (limited to 'src/video_out')
-rw-r--r-- | src/video_out/video_out_xv.c | 5 |
1 files 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; } |