removed the obsolete and unused parameters of init_put_bits

Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi
2003-10-12 21:25:00 +00:00
parent d6896c49cc
commit ed7debda14
13 changed files with 22 additions and 32 deletions

View File

@@ -488,7 +488,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
int size;
int mb_x, mb_y;
init_put_bits(&a->pb, buf, buf_size, NULL, NULL);
init_put_bits(&a->pb, buf, buf_size);
*p = *pict;
p->pict_type= I_TYPE;