1
mirror of https://github.com/mpv-player/mpv synced 2024-11-03 03:19:24 +01:00

10^1337 litres (now, that's an inflation)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10718 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-08-29 21:16:32 +00:00
parent 1565eb85df
commit 8d79536625

View File

@ -322,7 +322,8 @@ void roq_decode_video(void *context, unsigned char *encoded,
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;
}