From bfb39023b0b2c79010ba005c195813931c7f2776 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 26 Aug 2012 05:44:46 +0200 Subject: h264: ff_init_cabac_states doesnt use its argument thus remove it Signed-off-by: Michael Niedermayer --- libavcodec/cabac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cabac.h') diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index 29535d08aa..d4bafe08e0 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -51,6 +51,6 @@ typedef struct CABACContext{ void ff_init_cabac_encoder(CABACContext *c, uint8_t *buf, int buf_size); void ff_init_cabac_decoder(CABACContext *c, const uint8_t *buf, int buf_size); -void ff_init_cabac_states(CABACContext *c); +void ff_init_cabac_states(void); #endif /* AVCODEC_CABAC_H */ -- cgit v1.2.3