summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 73eb19c8d7..a41b5466fb 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -146,6 +146,9 @@ struct vo_driver {
// of pts values itself
bool buffer_frames;
+ // Encoding functionality, which can be invoked via --o only.
+ bool encode;
+
const vo_info_t *info;
/*
* Preinitializes driver (real INITIALIZATION)