summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-26 05:44:46 +0200
committerAnton Khirnov <anton@khirnov.net>2013-03-13 09:14:05 +0100
commit0fe4b48540613127f7eed13769e989662cb74eef (patch)
treee1c18f5094e00b2aeb75726f080b99c46d787daf /libavcodec/h264.c
parentbe40d6cc2bc99ef90954c85f2bc77f95944ba723 (diff)
downloadffmpeg-streaming-0fe4b48540613127f7eed13769e989662cb74eef.zip
ffmpeg-streaming-0fe4b48540613127f7eed13769e989662cb74eef.tar.gz
cabac: remove unused argument of ff_init_cabac_states()
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 472fa47..5308fc3 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -4111,7 +4111,7 @@ static int decode_slice(struct AVCodecContext *avctx, void *arg)
align_get_bits(&h->gb);
/* init cabac */
- ff_init_cabac_states(&h->cabac);
+ ff_init_cabac_states();
ff_init_cabac_decoder(&h->cabac,
h->gb.buffer + get_bits_count(&h->gb) / 8,
(get_bits_left(&h->gb) + 7) / 8);
OpenPOWER on IntegriCloud