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:
Koen Vos 2012-07-12 14:55:49 -04:00 committed by Jean-Marc Valin
parent b56c278b0e
commit 0b00b31967
3 changed files with 41 additions and 25 deletions

View file

@ -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;
}