Skip to content
Snippets Groups Projects
Commit 3af4aa78 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Uses opus_int32 for fs_API_Hz parameter in silk_decoder_set_fs

parent c82cd062
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
opus_int silk_decoder_set_fs(
silk_decoder_state *psDec, /* I/O Decoder state pointer */
opus_int fs_kHz, /* I Sampling frequency (kHz) */
opus_int fs_API_Hz /* I API Sampling frequency (Hz) */
opus_int32 fs_API_Hz /* I API Sampling frequency (Hz) */
)
{
opus_int frame_length, ret = 0;
......
......@@ -357,7 +357,7 @@ opus_int silk_init_decoder(
opus_int silk_decoder_set_fs(
silk_decoder_state *psDec, /* I/O Decoder state pointer */
opus_int fs_kHz, /* I Sampling frequency (kHz) */
opus_int fs_API_Hz /* I API Sampling frequency (Hz) */
opus_int32 fs_API_Hz /* I API Sampling frequency (Hz) */
);
/****************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment