1#ifndef AVIFILE_DS_VIDEODECODER_H
2#define AVIFILE_DS_VIDEODECODER_H
int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this)
Definition DS_VideoDecoder.c:60
int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char *name, int value)
Definition DS_VideoDecoder.c:754
DS_VideoDecoder * DS_VideoDecoder_Open(const char *dllname, GUID *guid, BITMAPINFOHEADER *format, int flip, int maxauto)
Definition DS_VideoDecoder.c:85
int DS_VideoDecoder_GetValue(DS_VideoDecoder *this, const char *name, int *value)
Definition DS_VideoDecoder.c:641
void DS_VideoDecoder_StartInternal(DS_VideoDecoder *this)
Definition DS_VideoDecoder.c:275
int DS_VideoDecoder_DecodeInternal(DS_VideoDecoder *this, const void *src, int size, int is_keyframe, char *pImage)
Definition DS_VideoDecoder.c:299
int DS_VideoDecoder_SetDestFmt(DS_VideoDecoder *this, int bits, unsigned int csp)
Definition DS_VideoDecoder.c:424
void DS_VideoDecoder_StopInternal(DS_VideoDecoder *this)
Definition DS_VideoDecoder.c:293
void DS_VideoDecoder_Destroy(DS_VideoDecoder *this)
Definition DS_VideoDecoder.c:266
int DS_VideoDecoder_SetDirection(DS_VideoDecoder *this, int d)
Definition DS_VideoDecoder.c:634
Definition DS_VideoDecoder.c:19
const char * name
Definition xine.c:1575