From: <pst...@us...> - 2011-07-28 14:49:31
|
Revision: 850 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=850&view=rev Author: pstieber Date: 2011-07-28 14:49:25 +0000 (Thu, 28 Jul 2011) Log Message: ----------- Made a cosmetic indentation change. Modified Paths: -------------- trunk/jazz/src/Sample.cpp Modified: trunk/jazz/src/Sample.cpp =================================================================== --- trunk/jazz/src/Sample.cpp 2011-07-28 14:43:42 UTC (rev 849) +++ trunk/jazz/src/Sample.cpp 2011-07-28 14:49:25 UTC (rev 850) @@ -716,8 +716,7 @@ wh.sc_len = 16; wh.sample_fq = set.GetSamplingRate(); wh.bit_p_spl = set.GetBitsPerSample(); - wh.byte_p_spl = - set.GetChannelCount() * (set.GetBitsPerSample() > 8 ? 2 : 1); + wh.byte_p_spl = set.GetChannelCount() * (set.GetBitsPerSample() > 8 ? 2 : 1); wh.byte_p_sec = wh.byte_p_spl * wh.sample_fq; wh.data_length = length * sizeof(short); wh.length = wh.data_length + sizeof(WaveHeader); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |