summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/demuxers/demux_yuv4mpeg2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_yuv4mpeg2.c b/src/demuxers/demux_yuv4mpeg2.c
index 0d0033dcc..f668d264e 100644
--- a/src/demuxers/demux_yuv4mpeg2.c
+++ b/src/demuxers/demux_yuv4mpeg2.c
@@ -22,7 +22,7 @@
* tools, visit:
* http://mjpeg.sourceforge.net/
*
- * $Id: demux_yuv4mpeg2.c,v 1.3 2002/10/06 02:35:08 tmmm Exp $
+ * $Id: demux_yuv4mpeg2.c,v 1.4 2002/10/08 05:05:05 tmmm Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -342,7 +342,7 @@ static int demux_yuv4mpeg2_start (demux_plugin_t *this_gen,
/* print vital stats */
xine_log (this->xine, XINE_LOG_MSG,
- _("demux_yuv4mpeg2: raw YV12 video @ %d x %x\n"),
+ _("demux_yuv4mpeg2: raw YV12 video @ %d x %d\n"),
this->bih.biWidth,
this->bih.biHeight);