summaryrefslogtreecommitdiff
path: root/libavformat/framehook.h
diff options
context:
space:
mode:
authorFalk Hüffner <mellum@users.sourceforge.net>2004-03-24 23:32:48 +0000
committerFalk Hüffner <mellum@users.sourceforge.net>2004-03-24 23:32:48 +0000
commit7906085fcc33feb5a0c617f5e01065bb9d0caa86 (patch)
tree830c3feb8c2c6333c5581ab5ae54d06ff267cc7d /libavformat/framehook.h
parentd957696f173ab3c9f222ab097669ed8f0b3951c2 (diff)
warning patrol
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/framehook.h')
-rw-r--r--libavformat/framehook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/framehook.h b/libavformat/framehook.h
index 61b65e489a..ed24c66bae 100644
--- a/libavformat/framehook.h
+++ b/libavformat/framehook.h
@@ -24,6 +24,6 @@ extern FrameHookRelease Release;
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