summaryrefslogtreecommitdiffstats
path: root/dll_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'dll_init.h')
-rw-r--r--dll_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dll_init.h b/dll_init.h
index 8864d9d5ba..89e90a6350 100644
--- a/dll_init.h
+++ b/dll_init.h
@@ -8,3 +8,4 @@ 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);
+int vfw_set_postproc(sh_video_t* sh_video,int quality);