From f41329c8aec0582737755589e81bcdc37613a609 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 10 Feb 2013 17:19:15 +0100 Subject: [PATCH] pcx: use init_get_bits8() Signed-off-by: Michael Niedermayer --- libavcodec/pcx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/pcx.c b/libavcodec/pcx.c index 6163c6e407..d21639e154 100644 --- a/libavcodec/pcx.c +++ b/libavcodec/pcx.c @@ -200,7 +200,7 @@ static int pcx_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, GetBitContext s; for (y=0; y