Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2010-07-06 00:56:42 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2010-07-06 00:56:42 +0400
commit274b7550ba3dab157c2b5ed40710dbce694ea167 (patch)
treedc493ec2fb907e3f11aeae6aec5804a39eddb13d /src
parentfbaabc13f0111296a64e565f7b8779b7f67602ca (diff)
IETF draft
Diffstat (limited to 'src')
-rw-r--r--src/hybrid_decoder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hybrid_decoder.c b/src/hybrid_decoder.c
index f2da7380..fae32fb9 100644
--- a/src/hybrid_decoder.c
+++ b/src/hybrid_decoder.c
@@ -34,6 +34,7 @@
#endif
#include <stdlib.h>
+#include <stdio.h>
#include "hybrid_decoder.h"
#include "celt/libcelt/entdec.h"
#include "celt/libcelt/modes.h"
@@ -86,6 +87,7 @@ int hybrid_decode(HybridDecoder *st, const unsigned char *data,
silk_ret = SKP_Silk_SDK_Decode( st->silk_dec, &DecControl, 0, &dec, len, pcm, &silk_frame_size );
if (silk_ret)
{
+ fprintf (stderr, "SILK decode error\n");
/* Handle error */
}