lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.

They are used in lavf.
This commit is contained in:
Anton Khirnov
2011-10-17 10:10:42 +02:00
parent 6f89efeaa7
commit 9f51c682ee
22 changed files with 38 additions and 38 deletions

View File

@@ -53,7 +53,7 @@ void ff_h261_encode_picture_header(MpegEncContext * s, int picture_number){
H261Context * h = (H261Context *) s;
int format, temp_ref;
align_put_bits(&s->pb);
avpriv_align_put_bits(&s->pb);
/* Update the pointer to last GOB */
s->ptr_lastgob = put_bits_ptr(&s->pb);