More work on variable frame size (getting rid of FRAMESIZE() )
This commit is contained in:
parent
017fa85775
commit
ce4dd367c2
10 changed files with 28 additions and 33 deletions
|
@ -322,7 +322,8 @@ static CELTDecoder *process_header(ogg_packet *op, celt_int32 enh_enabled, celt_
|
|||
return NULL;
|
||||
}
|
||||
|
||||
celt_mode_info(*mode, CELT_GET_FRAME_SIZE, frame_size);
|
||||
/*celt_mode_info(*mode, CELT_GET_FRAME_SIZE, frame_size);*/
|
||||
*frame_size = header.frame_size;
|
||||
*granule_frame_size = *frame_size;
|
||||
|
||||
if (!*rate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue