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

@@ -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){