aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/image_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/image_writer.h')
-rw-r--r--video/image_writer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/video/image_writer.h b/video/image_writer.h
index ce8438aed6..8b7414b62a 100644
--- a/video/image_writer.h
+++ b/video/image_writer.h
@@ -15,6 +15,8 @@
* with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "options/m_option.h"
+
struct mp_image;
struct mp_log;
@@ -35,7 +37,7 @@ struct image_writer_opts {
extern const struct image_writer_opts image_writer_opts_defaults;
-extern const struct m_sub_options image_writer_conf;
+extern const struct m_option image_writer_opts[];
// Return the file extension that will be used, e.g. "png".
const char *image_writer_file_ext(const struct image_writer_opts *opts);