Mercurial > mplayer.hg
changeset 10717:3cf6b963d08b
10^1337 litres (now, that's an inflation)
author | alex |
---|---|
date | Fri, 29 Aug 2003 21:16:32 +0000 |
parents | aaaf37fb73ff |
children | e3727e92e9d8 |
files | libmpcodecs/native/roqav.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/native/roqav.c Fri Aug 29 16:19:23 2003 +0000 +++ b/libmpcodecs/native/roqav.c Fri Aug 29 21:16:32 2003 +0000 @@ -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; }