refs #2 Use in aacPlusEncoder constructor the variable channel from darkice.cfg because we are always using the same channels as input.

This commit is contained in:
athoik
2008-11-09 22:05:48 +00:00
parent ec2e56f5f7
commit fc5f17569d

View File

@@ -663,7 +663,7 @@ DarkIce :: configIceCast2 ( const Config & config,
bitrate,
quality,
sampleRate,
dsp->getChannel());
channel );
#endif // HAVE_AACPLUS_LIB
break;