view dll_init.h @ 2068:3189c317dfc1

using ldt_keeper instead of setup_fs, includes changed
author arpi
date Thu, 04 Oct 2001 00:24:05 +0000
parents df41903fd7d7
children fbf7ce9401ff
line wrap: on
line source


// Win32 VfW/ACM interface:

extern char* win32_codec_name;  // must be set before calling DrvOpen() !!!

int init_acm_audio_codec(sh_audio_t *sh_audio);
int acm_decode_audio(sh_audio_t *sh_audio, void* a_buffer,int minlen,int maxlen);

int init_vfw_video_codec(sh_video_t *sh_video,int ex);
int vfw_decode_video(sh_video_t* sh_video,void* start,int in_size,int drop_frame,int ex);