Mercurial > mplayer.hg
changeset 380:ee14a1e57619
1 printf added
author | szabii |
---|---|
date | Thu, 12 Apr 2001 22:04:36 +0000 |
parents | 368f16e72583 |
children | bbd079aa1614 |
files | libvo/vo_fbdev.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_fbdev.c Thu Apr 12 20:38:45 2001 +0000 +++ b/libvo/vo_fbdev.c Thu Apr 12 22:04:36 2001 +0000 @@ -722,6 +722,8 @@ if (!fb_works) return 0; + if (verbose > 0) + printf("fb: query_format(%#lx(%.4s))\n", format, &format); if ((format & IMGFMT_BGR_MASK) == IMGFMT_BGR) { int bpp = format & 0xff; if (bpp == fb_bpp)