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:
@@ -599,7 +599,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
|
||||
if(!f->ac){
|
||||
used_count += put_cabac_terminate(c, 1);
|
||||
//printf("pos=%d\n", used_count);
|
||||
init_put_bits(&f->pb, buf + used_count, buf_size - used_count, NULL, NULL);
|
||||
init_put_bits(&f->pb, buf + used_count, buf_size - used_count);
|
||||
}
|
||||
|
||||
if(1){
|
||||
|
Reference in New Issue
Block a user