summaryrefslogtreecommitdiffstats
path: root/video/image_writer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-29 21:05:04 +0200
committerwm4 <wm4@nowhere>2015-04-29 21:05:04 +0200
commitd51dee093fd0cc4dbfa5f04580251ecd09b4f0cb (patch)
tree77881921ae3ee54e734cbef419903efd1ae9032a /video/image_writer.h
parentf07c9b16f9c2793605cb8b930095104018379622 (diff)
downloadmpv-d51dee093fd0cc4dbfa5f04580251ecd09b4f0cb.tar.bz2
mpv-d51dee093fd0cc4dbfa5f04580251ecd09b4f0cb.tar.xz
screenshots: add option to prevent 16 bit output
That's what it's usually about (again).
Diffstat (limited to 'video/image_writer.h')
-rw-r--r--video/image_writer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/image_writer.h b/video/image_writer.h
index 5e41d79abb..ce8438aed6 100644
--- a/video/image_writer.h
+++ b/video/image_writer.h
@@ -20,6 +20,7 @@ struct mp_log;
struct image_writer_opts {
char *format;
+ int high_bit_depth;
int png_compression;
int png_filter;
int jpeg_quality;