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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index 3017ef46eb..7346fb73c3 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -134,12 +134,6 @@ void mp_image_steal_data(struct mp_image *dst, struct mp_image *src);
struct mp_image *mp_image_new_custom_ref(struct mp_image *img, void *arg,
void (*free)(void *arg));
-struct mp_image *mp_image_new_external_ref(struct mp_image *img, void *arg,
- void (*ref)(void *arg),
- void (*unref)(void *arg),
- bool (*is_unique)(void *arg),
- void (*free)(void *arg));
-
void mp_image_params_guess_csp(struct mp_image_params *params);
char *mp_image_params_to_str_buf(char *b, size_t bs,