diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-02-10 09:35:32 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-02-10 09:35:32 +0000 |
commit | 5c91a6755b6412c918e20ff4735ca30f38a12569 (patch) | |
tree | 054521cdfc6d752e89883ef3fcfc05d6c31fd94c /libavformat/framehook.c | |
parent | cd66005ddaebba2d6cb3b4eae75f70ae2446b204 (diff) | |
download | ffmpeg-5c91a6755b6412c918e20ff4735ca30f38a12569.tar.gz |
* static,const,compiler warning cleanup
Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/framehook.c')
-rw-r--r-- | libavformat/framehook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/framehook.c b/libavformat/framehook.c index e0597f00c1..b35c970ab5 100644 --- a/libavformat/framehook.c +++ b/libavformat/framehook.c @@ -103,7 +103,7 @@ void frame_hook_process(AVPicture *pict, enum PixelFormat pix_fmt, int width, in } } -void frame_hook_release() +void frame_hook_release(void) { FrameHookEntry *fhe; FrameHookEntry *fhenext; |