From ee59f0540875ab42496af2aacddd942757707683 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Sep 2016 16:00:15 +0200 Subject: intrax8: Have function signature match across declaration and definition libavcodec/intrax8.c(776) : warning C4028: formal parameter 1 different from declaration --- libavcodec/intrax8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index 9c20c8f285..2a73a072db 100644 --- a/libavcodec/intrax8.c +++ b/libavcodec/intrax8.c @@ -769,7 +769,7 @@ av_cold void ff_intrax8_common_end(IntraX8Context *w) av_freep(&w->prediction_table); } -int ff_intrax8_decode_picture(IntraX8Context *const w, Picture *pict, +int ff_intrax8_decode_picture(IntraX8Context *w, Picture *pict, GetBitContext *gb, int *mb_x, int *mb_y, int dquant, int quant_offset, int loopfilter, int lowdelay) -- cgit v1.2.3