summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_zr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_zr.c b/libvo/vo_zr.c
index 587864dbfc..d08a00ac13 100644
--- a/libvo/vo_zr.c
+++ b/libvo/vo_zr.c
@@ -492,7 +492,7 @@ static uint32_t draw_frame(uint8_t * src[]) {
static uint32_t query_format(uint32_t format) {
if(format==IMGFMT_YV12 || format==IMGFMT_YUY2)
- return VFCAP_CSP_SUPPORTED|VFCAP_SUPPORTED_BY_HW;
+ return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW;
return 0;
}