1 #ifndef AVIFILE_DMO_VIDEODECODER_H 2 #define AVIFILE_DMO_VIDEODECODER_H int DMO_VideoDecoder_SetDestFmt(DMO_VideoDecoder *this, int bits, unsigned int csp)
Definition: DMO_VideoDecoder.c:370
Definition: asfheader.h:126
void DMO_VideoDecoder_StartInternal(DMO_VideoDecoder *this)
Definition: DMO_VideoDecoder.c:280
Definition: DMO_VideoDecoder.c:24
int DMO_VideoDecoder_GetCapabilities(DMO_VideoDecoder *this)
DMO_VideoDecoder * DMO_VideoDecoder_Open(const char *dllname, GUID *guid, BITMAPINFOHEADER *format, int flip, int maxauto)
Definition: DMO_VideoDecoder.c:93
int DMO_VideoDecoder_DecodeInternal(DMO_VideoDecoder *this, const void *src, int size, int is_keyframe, char *pImage)
Definition: DMO_VideoDecoder.c:305
void DMO_VideoDecoder_StopInternal(DMO_VideoDecoder *this)
Definition: DMO_VideoDecoder.c:299
int DMO_VideoDecoder_SetDirection(DMO_VideoDecoder *this, int d)
Definition: DMO_VideoDecoder.c:557
void DMO_VideoDecoder_Destroy(DMO_VideoDecoder *this)
Definition: DMO_VideoDecoder.c:271