summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/mp_image.h')
-rw-r--r--video/mp_image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index 7324423967..141483eedd 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -143,6 +143,9 @@ bool mp_image_params_equals(const struct mp_image_params *p1,
void mp_image_params_from_image(struct mp_image_params *params,
const struct mp_image *image);
+void mp_image_set_params(struct mp_image *image,
+ const struct mp_image_params *params);
+
struct AVFrame;
void mp_image_copy_fields_from_av_frame(struct mp_image *dst,
struct AVFrame *src);