summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo_null.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo_null.c b/video/out/vo_null.c
index c7e81a8c16..bb20945728 100644
--- a/video/out/vo_null.c
+++ b/video/out/vo_null.c
@@ -40,8 +40,6 @@ static void flip_page(struct vo *vo)
static int query_format(struct vo *vo, uint32_t format)
{
- if (IMGFMT_IS_HWACCEL(format))
- return 0;
return VFCAP_CSP_SUPPORTED;
}