mirror of
https://github.com/xiph/opus.git
synced 2025-06-04 17:47:42 +00:00
Making a few functions static inline
This commit is contained in:
parent
98c86c7885
commit
fd8fda9937
4 changed files with 13 additions and 15 deletions
|
@ -6,17 +6,7 @@
|
|||
|
||||
|
||||
|
||||
void ec_byte_reset(ec_byte_buffer *_b){
|
||||
_b->ptr=_b->buf;
|
||||
}
|
||||
|
||||
long ec_byte_bytes(ec_byte_buffer *_b){
|
||||
return _b->ptr-_b->buf;
|
||||
}
|
||||
|
||||
unsigned char *ec_byte_get_buffer(ec_byte_buffer *_b){
|
||||
return _b->buf;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue