mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05: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
|
|
@ -82,7 +82,8 @@ ac3_decode_frame(void)
|
|||
uint_32 i;
|
||||
|
||||
//find a syncframe and parse
|
||||
parse_syncinfo(&syncinfo);
|
||||
if (parse_syncinfo(&syncinfo) < 0)
|
||||
return NULL;
|
||||
if(error_flag)
|
||||
goto error;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue