shithub: opus-tools

Download patch

ref: 67ccdb37f51e3b329b274680e34038b408b7be9b
parent: 1484f3991aee35544979633e1a94a971ae790127
author: Gregory Maxwell <greg@xiph.org>
date: Wed Jun 13 10:41:30 EDT 2012

Add a note on multichannel output that the channel ordering is wrong.

--- a/src/opusdec.c
+++ b/src/opusdec.c
@@ -422,6 +422,7 @@
    }
 
    *channels = header.channels;
+   if(*channels>2)fprintf (stderr, "Warning: Opusdec currently gets the channel order wrong for wav output with >2 channels.\n");
 
    if(!*rate)*rate=header.input_sample_rate;
    /*If the rate is unspecified we decode to 48000*/