From 0b00b3196713305443080aaf35f1ddc05ce94306 Mon Sep 17 00:00:00 2001 From: Koen Vos Date: Thu, 12 Jul 2012 14:55:49 -0400 Subject: Attenuates the HF in hybrid mode to match what SILK does below the cutoff Conflicts: src/opus_multistream.c src/opus_private.h --- src/opus_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opus_decoder.c') diff --git a/src/opus_decoder.c b/src/opus_decoder.c index 161bd026..be6ae401 100644 --- a/src/opus_decoder.c +++ b/src/opus_decoder.c @@ -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; } -- cgit v1.2.3