mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-14 05:33:48 -04:00
Added better period_time setup to the ALSA output code.
Added end-of-file checking to the libac3.
This commit is contained in:
parent
3d1998857a
commit
c40c3b5623
6 changed files with 47 additions and 23 deletions
|
|
@ -52,10 +52,10 @@ extern uint_32 current_word;
|
|||
|
||||
void bitstream_init(ssize_t(*fill_function)(uint_8**,uint_8**));
|
||||
|
||||
uint_8 bitstream_get_byte(void);
|
||||
int bitstream_get_byte(void);
|
||||
|
||||
uint_8 *bitstream_get_buffer_start(void);
|
||||
void bitstream_buffer_frame(uint_32 frame_size);
|
||||
int bitstream_buffer_frame(uint_32 frame_size);
|
||||
|
||||
uint_32 bitstream_get_bh(uint_32 num_bits);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue