Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.50 KB | None | 0 0
  1.  
  2. diff --git a/premix.c b/premix.c
  3. index f637cb4..7d6aa99 100644
  4. --- a/premix.c
  5. +++ b/premix.c
  6. @@ -481,6 +481,7 @@ pcm_convert (const ddb_waveformat_t * restrict inputfmt, const char * restrict i
  7.  
  8.          if (outchannels != outputfmt->channelmask) {
  9.              // some of the channels are not used
  10. +            printf ("outchannels=%d, channelmask=%d -> mismatch, will output 1st channel\n", outchannels, outputfmt->channelmask);
  11.              memset (output, 0, nsamples * outputsamplesize);
  12.          }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement