warning patrol

Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Falk Hüffner
2004-03-24 23:32:48 +00:00
parent d957696f17
commit 7906085fcc
15 changed files with 27 additions and 35 deletions
+1 -1
View File
@@ -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