From ed7debda140ca5d1d8a7203abf92acb9f8eb112c Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 12 Oct 2003 21:25:00 +0000 Subject: removed the obsolete and unused parameters of init_put_bits Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/huffyuv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/huffyuv.c') diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c index 7970cd34c5..5236d38c51 100644 --- a/libavcodec/huffyuv.c +++ b/libavcodec/huffyuv.c @@ -958,7 +958,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, AVFrame * const p= &s->picture; int i, size; - init_put_bits(&s->pb, buf, buf_size, NULL, NULL); + init_put_bits(&s->pb, buf, buf_size); *p = *pict; p->pict_type= FF_I_TYPE; -- cgit v1.2.3