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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c
index 048b0d3c71..6e5008b25e 100644
--- a/libvo/vo_aa.c
+++ b/libvo/vo_aa.c
@@ -327,7 +327,7 @@ query_format(uint32_t format) {
case IMGFMT_RGB24:
case IMGFMT_Y8:
case IMGFMT_Y800:
- return VFCAP_CSP_SUPPORTED
+ return VFCAP_CSP_SUPPORTED|VFCAP_SWSCALE
#ifdef USE_OSD
| VFCAP_OSD
#endif