From 927c58854fecc5e1dbbecb983fb87870e8433c8a Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 6 Aug 2012 17:51:04 +0200 Subject: image_writer: support all JPEG specific options vo_jpeg supports Most of these are useless or probably even dangerous. Support them anyway, because it's easy, and we want to replace vo_jpeg without any disadvantages. --- image_writer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'image_writer.h') diff --git a/image_writer.h b/image_writer.h index 1253bb5d8b..fb230684d2 100644 --- a/image_writer.h +++ b/image_writer.h @@ -22,6 +22,11 @@ struct image_writer_opts { char *filetype; int png_compression; int jpeg_quality; + int jpeg_optimize; + int jpeg_smooth; + int jpeg_dpi; + int jpeg_progressive; + int jpeg_baseline; }; extern const struct image_writer_opts image_writer_opts_defaults; -- cgit v1.2.3