comparison dll_init.h @ 2049:df41903fd7d7

VfW stuff moved to dll_init, warnings fixed, using dll_init.h
author arpi
date Tue, 02 Oct 2001 21:44:45 +0000
parents
children fbf7ce9401ff
comparison
equal deleted inserted replaced
2048:2ee71a0754f7 2049:df41903fd7d7
1
2 // Win32 VfW/ACM interface:
3
4 extern char* win32_codec_name; // must be set before calling DrvOpen() !!!
5
6 int init_acm_audio_codec(sh_audio_t *sh_audio);
7 int acm_decode_audio(sh_audio_t *sh_audio, void* a_buffer,int minlen,int maxlen);
8
9 int init_vfw_video_codec(sh_video_t *sh_video,int ex);
10 int vfw_decode_video(sh_video_t* sh_video,void* start,int in_size,int drop_frame,int ex);