[Mplayer-cvslog] CVS: main/libmpcodecs/native roqav.c,1.7,1.8

Alex Beregszaszi alex at mplayerhq.hu
Fri Aug 29 23:17:07 CEST 2003


Update of /cvsroot/mplayer/main/libmpcodecs/native
In directory mail:/var/tmp.root/cvs-serv17849

Modified Files:
	roqav.c 
Log Message:
10^1337 litres (now, that's an inflation)

Index: roqav.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/roqav.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- roqav.c	20 May 2002 00:06:29 -0000	1.7
+++ roqav.c	29 Aug 2003 21:16:32 -0000	1.8
@@ -322,7 +322,8 @@
   if ((mpi->width % 16 != 0) || (mpi->height % 16 != 0))
   {
     mp_msg(MSGT_DECVIDEO, MSGL_WARN, 
-      "RoQ video resolution: %d x %d; expected dimensions divisible by 16\n");
+      "RoQ video resolution: %d x %d; expected dimensions divisible by 16\n",
+      mpi->width, mpi->height);
     return;
   }
 



More information about the MPlayer-cvslog mailing list