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 8134021b3f..6ae06fffec 100644
--- a/video/out/vo_lavc.c
+++ b/video/out/vo_lavc.c
@@ -200,10 +200,8 @@ static int query_format(struct vo *vo, uint32_t format)
// we can do it
VFCAP_CSP_SUPPORTED_BY_HW |
// we don't convert colorspaces here
- VFCAP_OSD |
+ VFCAP_OSD;
// we have OSD
- VOCAP_NOSLICES;
- // we don't use slices
}
static void write_packet(struct vo *vo, int size, AVPacket *packet)