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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c
index 2aced9351a..2a07a67b0b 100644
--- a/video/out/vo_lavc.c
+++ b/video/out/vo_lavc.c
@@ -514,6 +514,7 @@ static int control(struct vo *vo, uint32_t request, void *data)
const struct vo_driver video_out_lavc = {
.buffer_frames = false,
+ .encode = true,
.info = &(const struct vo_info_s){
"video encoding using libavcodec",
"lavc",