comparison faxcompr.h @ 8693:18737839ed27 libavcodec

Add missing void keyword to parameterless function declarations.
author diego
date Fri, 30 Jan 2009 18:38:25 +0000
parents cb4009996efa
children e9d9d946f213
comparison
equal deleted inserted replaced
8692:48442253aac2 8693:18737839ed27
31 #include "tiff.h" 31 #include "tiff.h"
32 32
33 /** 33 /**
34 * initialize upacker code 34 * initialize upacker code
35 */ 35 */
36 void ff_ccitt_unpack_init(); 36 void ff_ccitt_unpack_init(void);
37 37
38 /** 38 /**
39 * unpack data compressed with CCITT Group 3 1/2-D or Group 4 method 39 * unpack data compressed with CCITT Group 3 1/2-D or Group 4 method
40 */ 40 */
41 int ff_ccitt_unpack(AVCodecContext *avctx, 41 int ff_ccitt_unpack(AVCodecContext *avctx,