summaryrefslogtreecommitdiffstats
path: root/libvo/vo_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_null.c')
-rw-r--r--libvo/vo_null.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_null.c b/libvo/vo_null.c
index 325b87671f..eff81cb260 100644
--- a/libvo/vo_null.c
+++ b/libvo/vo_null.c
@@ -66,6 +66,8 @@ draw_frame(uint8_t *src[])
static int
query_format(uint32_t format)
{
+ if (IMGFMT_IS_HWACCEL(format))
+ return 0;
return VFCAP_CSP_SUPPORTED;
}