summaryrefslogtreecommitdiffstats
path: root/image_writer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-06 19:05:32 +0200
committerwm4 <wm4@nowhere>2012-08-06 19:05:32 +0200
commit97855746f1c6c69a0ac929c38e72854b83bae63c (patch)
tree37c502449404a9baafc8261a0be751b9118662ba /image_writer.h
parent0a20d13dfc77cbf1aa86ef8183306243985041b7 (diff)
downloadmpv-97855746f1c6c69a0ac929c38e72854b83bae63c.tar.bz2
mpv-97855746f1c6c69a0ac929c38e72854b83bae63c.tar.xz
image_writer: rename "filetype" option to "format"
Although slightly less precise, this sounds less clunky. This change also causes the --screenshot-filetype option to be renamed to --screenshot-format.
Diffstat (limited to 'image_writer.h')
-rw-r--r--image_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image_writer.h b/image_writer.h
index fb230684d2..9df1d88583 100644
--- a/image_writer.h
+++ b/image_writer.h
@@ -19,7 +19,7 @@ struct mp_image;
struct mp_csp_details;
struct image_writer_opts {
- char *filetype;
+ char *format;
int png_compression;
int jpeg_quality;
int jpeg_optimize;