summaryrefslogtreecommitdiffstats
path: root/video/out/vo_lavc.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_lavc.c')
-rw-r--r--video/out/vo_lavc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c
index 2a07a67b0b..f9534b02e7 100644
--- a/video/out/vo_lavc.c
+++ b/video/out/vo_lavc.c
@@ -187,10 +187,8 @@ static int query_format(struct vo *vo, uint32_t format)
return
VFCAP_CSP_SUPPORTED |
// we can do it
- VFCAP_CSP_SUPPORTED_BY_HW |
+ VFCAP_CSP_SUPPORTED_BY_HW;
// we don't convert colorspaces here
- VFCAP_OSD;
- // we have OSD
}
static void write_packet(struct vo *vo, int size, AVPacket *packet)