summaryrefslogtreecommitdiffstats
path: root/video/mp_image_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/mp_image_pool.h')
-rw-r--r--video/mp_image_pool.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/video/mp_image_pool.h b/video/mp_image_pool.h
index fdb0e76c39..0982fd94f8 100644
--- a/video/mp_image_pool.h
+++ b/video/mp_image_pool.h
@@ -1,13 +1,7 @@
#ifndef MPV_MP_IMAGE_POOL_H
#define MPV_MP_IMAGE_POOL_H
-struct mp_image_pool {
- int max_count;
-
- struct mp_image **images;
- int num_images;
- struct pool_trampoline *trampoline;
-};
+struct mp_image_pool;
struct mp_image_pool *mp_image_pool_new(int max_count);
struct mp_image *mp_image_pool_get(struct mp_image_pool *pool, unsigned int fmt,