Small cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33659 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-10-19 18:23:10 +00:00
parent 3287ee32c2
commit 15477ca556

View File

@ -54,7 +54,7 @@ AudioAdapter::AudioAdapter(AudioReader* source, const media_format& format)
}
if (fFormat.u.raw_audio.channel_count
!= source->Format().u.raw_audio.channel_count) {
!= source->Format().u.raw_audio.channel_count) {
TRACE("AudioAdapter() - using channel converter\n");
fChannelConverter = new (nothrow) AudioChannelConverter(source,
fFormat);