summaryrefslogtreecommitdiffstats
path: root/src/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video.h')
-rw-r--r--src/video.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video.h b/src/video.h
index 124c46f..1996fd5 100644
--- a/src/video.h
+++ b/src/video.h
@@ -31,9 +31,10 @@ struct video_format {
char *description;
unsigned int v4l2_format;
unsigned int v4l2_buffers_count;
+ bool v4l2_mplane;
unsigned int drm_format;
uint64_t drm_modifier;
- unsigned int drm_planes_count;
+ unsigned int planes_count;
unsigned int bpp;
};