summaryrefslogtreecommitdiffstats
path: root/libvo/vo_aa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_aa.c')
-rw-r--r--libvo/vo_aa.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c
index 65895d955c..048b0d3c71 100644
--- a/libvo/vo_aa.c
+++ b/libvo/vo_aa.c
@@ -327,7 +327,11 @@ query_format(uint32_t format) {
case IMGFMT_RGB24:
case IMGFMT_Y8:
case IMGFMT_Y800:
- return 1;
+ return VFCAP_CSP_SUPPORTED
+#ifdef USE_OSD
+ | VFCAP_OSD
+#endif
+ ;
}
return 0;
}