QVisu
Qt-based visualization for smart homes
|
#include <vlc_vout.h>
Go to the source code of this file.
Classes | |
struct | image_handler_t |
Functions | |
VLC_API image_handler_t * | image_HandlerCreate (vlc_object_t *) VLC_USED |
VLC_API void | image_HandlerDelete (image_handler_t *) |
VLC_API vlc_fourcc_t | image_Type2Fourcc (const char *psz_name) |
VLC_API vlc_fourcc_t | image_Ext2Fourcc (const char *psz_name) |
VLC_API vlc_fourcc_t | image_Mime2Fourcc (const char *psz_mime) |
This file defines functions and structures for image conversions in vlc