inline align_get_bits()
Originally committed as revision 6169 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
29b372b9e9
commit
ae5e7e7f10
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ static inline void init_get_bits(GetBitContext *s,
|
|||
#endif
|
||||
}
|
||||
|
||||
static void align_get_bits(GetBitContext *s)
|
||||
static inline void align_get_bits(GetBitContext *s)
|
||||
{
|
||||
int n= (-get_bits_count(s)) & 7;
|
||||
if(n) skip_bits(s, n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue