aboutsummaryrefslogtreecommitdiff
path: root/include/encoder/video/software.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/encoder/video/software.h')
-rw-r--r--include/encoder/video/software.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/encoder/video/software.h b/include/encoder/video/software.h
index e39d5f8..fd2dc6b 100644
--- a/include/encoder/video/software.h
+++ b/include/encoder/video/software.h
@@ -7,7 +7,7 @@ typedef struct gsr_egl gsr_egl;
typedef struct {
gsr_egl *egl;
- bool hdr;
+ gsr_color_depth color_depth;
} gsr_video_encoder_software_params;
gsr_video_encoder* gsr_video_encoder_software_create(const gsr_video_encoder_software_params *params);