summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-10-08 05:05:05 +0000
committerMike Melanson <mike@multimedia.cx>2002-10-08 05:05:05 +0000
commit66630bc311f264c8758ad8753d1a7df3a0702a2c (patch)
tree637bc76e918d95f06d2f68c5830adfb08bde65b6
parenta873b381a062a21ad0387fbef423a60e28b6b8da (diff)
downloadxine-lib-66630bc311f264c8758ad8753d1a7df3a0702a2c.tar.gz
xine-lib-66630bc311f264c8758ad8753d1a7df3a0702a2c.tar.bz2
decimal, not hex
CVS patchset: 2801 CVS date: 2002/10/08 05:05:05
-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);