[IOS/ATV2] fixed audio render cache time calculation
authorhuceke <gimli@i7.(none)>
Sun, 9 Oct 2011 18:39:57 +0000 (20:39 +0200)
committerhuceke <gimli@i7.(none)>
Sun, 9 Oct 2011 18:39:57 +0000 (20:39 +0200)
commit431d3d06161277e5d9dd75a9aa3a6dc6e30be393
tree8f7c2bbdd36a90037bb33be9ffc038b8e572ce8e
parentbe32e6d2c42483c746244191af7be1791e30e2b8
[IOS/ATV2] fixed audio render cache time calculation

GetCacheTime is using GetSpace. GetSpace calculates the size
based on input and output channels. Do the same in GetCacheTime.
xbmc/cores/AudioRenderers/IOSAudioRenderer.cpp