]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
* src/misc/image.c, include/vlc_image.h: new image handler facility making use of...
[vlc] / include / vlc_common.h
index b2b69847f4de65c98eeca3fcd179702ca2502c4b..b43913fc322801477a5da5f282142239eac99ede 100644 (file)
@@ -304,6 +304,8 @@ typedef struct subpicture_sys_t subpicture_sys_t;
 typedef struct subpicture_region_t subpicture_region_t;
 typedef struct text_style_t text_style_t;
 
+typedef struct image_handler_t image_handler_t;
+
 /* Stream output */
 typedef struct sout_instance_t sout_instance_t;
 typedef struct sout_instance_sys_t sout_instance_sys_t;