made comment a TODO

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29330 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David McPaul
2009-02-27 09:06:53 +00:00
parent 905faca0bf
commit 42e4132ed3
@@ -237,7 +237,7 @@ AC3Decoder::Setup(media_format *ioEncodedFormat,
}
// Currently the liba52 library will remix for us
// When AudioChannelConverter can handle more than 1 or 2 channels the below code can be removed
// TODO When AudioChannelConverter can handle more than 1 or 2 channels the below code can be removed
fFlags = A52_STEREO & A52_CHANNEL_MASK;
fChannelCount = 2;