1 #ifndef AVIFILE_DS_VIDEODECODER_H 2 #define AVIFILE_DS_VIDEODECODER_H void DS_VideoDecoder_StopInternal(DS_VideoDecoder *this)
Definition: DS_VideoDecoder.c:293
Definition: asfheader.h:126
int DS_VideoDecoder_SetDestFmt(DS_VideoDecoder *this, int bits, unsigned int csp)
Definition: DS_VideoDecoder.c:424
int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char *name, int value)
Definition: DS_VideoDecoder.c:750
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_GetCapabilities(DS_VideoDecoder *this)
Definition: DS_VideoDecoder.c:60
int DS_VideoDecoder_SetDirection(DS_VideoDecoder *this, int d)
Definition: DS_VideoDecoder.c:634
void DS_VideoDecoder_StartInternal(DS_VideoDecoder *this)
Definition: DS_VideoDecoder.c:275
Definition: DS_VideoDecoder.c:18
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_Destroy(DS_VideoDecoder *this)
Definition: DS_VideoDecoder.c:266