|
xine-lib
1.2.10
|
#include <xine/xine_internal.h>Go to the source code of this file.
Macros | |
| #define | CAST_VdpPictureInfo_PTR (void *) |
Functions | |
| void * | h264_alter_init_plugin (xine_t *xine, const void *data) |
| void * | h264_init_plugin (xine_t *xine, const void *data) |
| void * | vc1_init_plugin (xine_t *xine, const void *data) |
| void * | mpeg12_init_plugin (xine_t *xine, const void *data) |
| void * | mpeg4_init_plugin (xine_t *xine, const void *data) |
| #define CAST_VdpPictureInfo_PTR (void *) |
| void* h264_alter_init_plugin | ( | xine_t * | xine, |
| const void * | data | ||
| ) |
References N_, NULL, video_decoder_class_s::open_plugin, and open_plugin().
| void* h264_init_plugin | ( | xine_t * | xine, |
| const void * | data | ||
| ) |
References N_, NULL, video_decoder_class_s::open_plugin, and open_plugin().
| void* mpeg12_init_plugin | ( | xine_t * | xine, |
| const void * | data | ||
| ) |
References N_, NULL, video_decoder_class_s::open_plugin, and open_plugin().
| void* mpeg4_init_plugin | ( | xine_t * | xine, |
| const void * | data | ||
| ) |
References N_, NULL, video_decoder_class_s::open_plugin, and open_plugin().
| void* vc1_init_plugin | ( | xine_t * | xine, |
| const void * | data | ||
| ) |
References N_, NULL, video_decoder_class_s::open_plugin, and open_plugin().
1.8.17