#include <ctype.h>#include <vlc/vlc.h>#include <vlc/decoder.h>#include <vlc_filter.h>#include <vlc_image.h>Go to the source code of this file.
Functions | |
| image_handler_t * | __image_HandlerCreate (vlc_object_t *p_this) |
| void | image_HandlerDelete (image_handler_t *p_image) |
| void | PicRelease (picture_t *p_pic) |
Definition in file image.c.
|
|
Create an image_handler_t instance |
|
|
Delete the image_handler_t instance |
|
|
Write an image |
1.4.2