Attenuates the HF in hybrid mode to match what SILK does below the cutoff
Conflicts: src/opus_multistream.c src/opus_private.h
This commit is contained in:
parent
b56c278b0e
commit
0b00b31967
3 changed files with 41 additions and 25 deletions
|
@ -693,7 +693,7 @@ static int opus_packet_parse_impl(const unsigned char *data, opus_int32 len,
|
|||
*out_toc = toc;
|
||||
|
||||
if (payload_offset)
|
||||
*payload_offset = data-data0;
|
||||
*payload_offset = (int)(data-data0);
|
||||
|
||||
return count;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue