summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_fbdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c
index 4120661138..6f8b1a0863 100644
--- a/libvo/vo_fbdev.c
+++ b/libvo/vo_fbdev.c
@@ -1132,8 +1132,8 @@ static uint32_t query_format(uint32_t format)
else if (bpp == 24 && fb_bpp == 32)
return ret;
}
- if (format == IMGFMT_YV12)
- return ret;
+ //if (format == IMGFMT_YV12)
+ // return ret;
return 0;
}