comparison libmpcodecs/vf_zrmjpeg.c @ 29138:8aeebf532e48

follow renaming of pbBufPtr() to put_bits_ptr() by stefano
author rik
date Mon, 13 Apr 2009 21:43:57 +0000
parents 3c4576565183
children 70803f88fba8
comparison
equal deleted inserted replaced
29137:0f6fc0df2c23 29138:8aeebf532e48
618 618
619 //FIXME 619 //FIXME
620 //if (j->s->mjpeg_write_tables == 1) 620 //if (j->s->mjpeg_write_tables == 1)
621 // j->s->mjpeg_write_tables = 0; 621 // j->s->mjpeg_write_tables = 0;
622 622
623 return pbBufPtr(&(j->s->pb)) - j->s->pb.buf; 623 return put_bits_ptr(&(j->s->pb)) - j->s->pb.buf;
624 } 624 }
625 625
626 /// the real uninit routine 626 /// the real uninit routine
627 /** 627 /**
628 * This is the real routine that does the uninit of the ZRMJPEG filter 628 * This is the real routine that does the uninit of the ZRMJPEG filter