summaryrefslogtreecommitdiffstats
path: root/dll_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'dll_init.h')
-rw-r--r--dll_init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dll_init.h b/dll_init.h
index f1688ddd8d..99fa19a0c9 100644
--- a/dll_init.h
+++ b/dll_init.h
@@ -4,9 +4,11 @@
extern char* win32_codec_name; // must be set before calling DrvOpen() !!!
int init_acm_audio_codec(sh_audio_t *sh_audio);
+int close_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_close_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);
int vfw_set_postproc(sh_video_t* sh_video,int quality);