Skip to content
Snippets Groups Projects
Unverified Commit 1b9be1a6 authored by Matt Brubeck's avatar Matt Brubeck Committed by Ralph Giles
Browse files

Fix typo in a comment in opus_decoder.c


Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
parent 492fc927
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels)
return OPUS_BAD_ARG;
OPUS_CLEAR((char*)st, opus_decoder_get_size(channels));
/* Initialize SILK encoder */
/* Initialize SILK decoder */
ret = silk_Get_Decoder_Size(&silkDecSizeBytes);
if (ret)
return OPUS_INTERNAL_ERROR;
......
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