summaryrefslogtreecommitdiffstats
path: root/dll_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'dll_init.h')
-rw-r--r--dll_init.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/dll_init.h b/dll_init.h
new file mode 100644
index 0000000000..8864d9d5ba
--- /dev/null
+++ b/dll_init.h
@@ -0,0 +1,10 @@
+
+// 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);