diff options
author | Falk Hüffner | 2003-05-24 18:48:30 +0000 |
---|---|---|
committer | Falk Hüffner | 2003-05-24 18:48:30 +0000 |
commit | 4cfbf61bf173e303e253d95717d5038c8c8c529c (patch) | |
tree | 329da6e4dd478648a38326868adf19d0758aeb5c /libavcodec/libpostproc | |
parent | f184683552090cc9d38a7b1c8d27bb348a2ef7b4 (diff) |
Warning and compatibility fixes.
Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libpostproc')
-rw-r--r-- | libavcodec/libpostproc/postprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libpostproc/postprocess.c b/libavcodec/libpostproc/postprocess.c index 9d618d5285..a6c6645f69 100644 --- a/libavcodec/libpostproc/postprocess.c +++ b/libavcodec/libpostproc/postprocess.c @@ -765,7 +765,7 @@ static void reallocBuffers(PPContext *c, int width, int height, int stride, int reallocAlign((void **)&c->forcedQPTable, 8, mbWidth*sizeof(QP_STORE_T)); } -static void global_init(){ +static void global_init(void){ int i; memset(clip_table, 0, 256); for(i=256; i<512; i++) |