shithub: opus

Download patch

ref: 1b9be1a616f38f21f61f2c6b0d51e8763f0c785e
parent: 492fc927268752da4cae855652b34cbaa93ebe44
author: Matt Brubeck <mbrubeck@limpet.net>
date: Thu Aug 24 08:03:11 EDT 2017

Fix typo in a comment in opus_decoder.c

Signed-off-by: Ralph Giles <giles@thaumas.net>

--- a/src/opus_decoder.c
+++ b/src/opus_decoder.c
@@ -104,7 +104,7 @@
       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;