From e16942852979c44faaa8fcd6ad95d1ff3642368b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 26 May 2011 13:37:13 +0200 Subject: Mark parameterless function declarations as 'void'. --- libavcodec/bink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/bink.c') diff --git a/libavcodec/bink.c b/libavcodec/bink.c index 34d4d10fae..e085aa54e2 100644 --- a/libavcodec/bink.c +++ b/libavcodec/bink.c @@ -1208,7 +1208,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac /** * Caclulate quantization tables for version b */ -static av_cold void binkb_calc_quant() +static av_cold void binkb_calc_quant(void) { uint8_t inv_bink_scan[64]; double s[64]; -- cgit v1.2.3