summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-19 23:59:30 +0100
committerwm4 <wm4@nowhere>2015-03-20 00:09:18 +0100
commit713a8c1a89f463b395990157774998994427357a (patch)
tree7eab4ffe7dd96f77846b0826e335046ee2400c69 /video/mp_image.h
parent9c21082835fab3e0a8491bc8a2ad73558937056c (diff)
downloadmpv-713a8c1a89f463b395990157774998994427357a.tar.bz2
mpv-713a8c1a89f463b395990157774998994427357a.tar.xz
mp_image: remove unneeded things
(But I'd really prefer removing our own refcounting mechanism fully.)
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,