summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-12-01 23:01:18 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-12-01 23:01:18 +0000
commit719b2c20451bb7c70a0e8dc2b9cc29348074abc8 (patch)
treedc76dda3ca88c960b7a63c8ca65c0b5a267af797 /src
parentf7b2fd87c8fd9e0e52f6e31ecbf0bb7c5f1f8297 (diff)
downloadxine-lib-719b2c20451bb7c70a0e8dc2b9cc29348074abc8.tar.gz
xine-lib-719b2c20451bb7c70a0e8dc2b9cc29348074abc8.tar.bz2
corrected non-conformant console output
CVS patchset: 1154 CVS date: 2001/12/01 23:01:18
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_xv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index 4bb5c60d8..15ecc8c98 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.82 2001/11/30 12:32:01 miguelfreitas Exp $
+ * $Id: video_out_xv.c,v 1.83 2001/12/01 23:01:18 guenter Exp $
*
* video_out_xv.c, X11 video extension interface for xine
*
@@ -840,7 +840,7 @@ static void xv_display_frame (vo_driver_t *this_gen, vo_frame_t *frame_gen) {
if ( (frame->width != this->delivered_width)
|| (frame->height != this->delivered_height)
|| (frame->ratio_code != this->delivered_ratio_code) ) {
- printf("debug: change frame format\n");
+ printf("video_out_xv: change frame format\n");
xv_calc_format (this, frame->width, frame->height, frame->ratio_code);
}