summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_fbdev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c
index d6c35ad9f5..81e0d64932 100644
--- a/libvo/vo_fbdev.c
+++ b/libvo/vo_fbdev.c
@@ -722,6 +722,8 @@ static uint32_t query_format(uint32_t format)
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)