comparison loader/dshow/DS_VideoDecoder.h @ 3444:0c0042de1f95

API changes - now fully compatible with C++ version
author arpi
date Mon, 10 Dec 2001 21:53:13 +0000
parents 004e3199fee0
children c00db356082f
comparison
equal deleted inserted replaced
3443:655aa82ae9f1 3444:0c0042de1f95
26 26
27 27
28 28
29 int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this); 29 int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this);
30 30
31 DS_VideoDecoder * DS_VideoDecoder_Create(CodecInfo * info, BITMAPINFOHEADER * format, int flip, int maxauto); 31 DS_VideoDecoder * DS_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);
32 32
33 void DS_VideoDecoder_Destroy(DS_VideoDecoder *this); 33 void DS_VideoDecoder_Destroy(DS_VideoDecoder *this);
34 34
35 void DS_VideoDecoder_StartInternal(DS_VideoDecoder *this); 35 void DS_VideoDecoder_StartInternal(DS_VideoDecoder *this);
36 36