mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
get_bit_count -> put_bits_count
Originally committed as revision 2753 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe455f3328
commit
b46243ed1c
@ -165,7 +165,7 @@ static inline int put_cabac_terminate(CABACContext *c, int bit){
|
||||
c->symCount++;
|
||||
#endif
|
||||
|
||||
return (get_bit_count(&c->pb)+7)>>3;
|
||||
return (put_bits_count(&c->pb)+7)>>3;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user