From 57bca64b3f445004243cac091df9c01588a51b9a Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 3 Feb 2015 15:58:27 +0000 Subject: [PATCH] avcodec/cllc: use init_get_bits8() Signed-off-by: Paul B Mahol --- libavcodec/cllc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/cllc.c b/libavcodec/cllc.c index 9c710bbb9e..829cb52281 100644 --- a/libavcodec/cllc.c +++ b/libavcodec/cllc.c @@ -394,7 +394,8 @@ static int cllc_decode_frame(AVCodecContext *avctx, void *data, ctx->bdsp.bswap16_buf((uint16_t *) ctx->swapped_buf, (uint16_t *) src, data_size / 2); - init_get_bits(&gb, ctx->swapped_buf, data_size * 8); + if ((ret = init_get_bits8(&gb, ctx->swapped_buf, data_size)) < 0) + return ret; /* * Read in coding type. The types are as follows: