diff framehook.h @ 396:96f8086bc2ba libavformat

warning patrol
author mellum
date Wed, 24 Mar 2004 23:32:48 +0000
parents a58a8a53eb46
children da1d5db0ce5c
line wrap: on
line diff
--- a/framehook.h	Wed Mar 24 19:03:20 2004 +0000
+++ b/framehook.h	Wed Mar 24 23:32:48 2004 +0000
@@ -24,6 +24,6 @@
 
 extern int frame_hook_add(int argc, char *argv[]);
 extern void frame_hook_process(struct AVPicture *pict, enum PixelFormat pix_fmt, int width, int height);
-extern void frame_hook_release();
+extern void frame_hook_release(void);
 
 #endif