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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user