Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-11-08 02:48:56 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-11-08 02:53:08 +0400
commit574007673877f00c11bab55cd6329131ee430bd4 (patch)
tree426828c7302254ce1cfa01c7ed4eee4571add911 /src/DSUtil/AudioParser.cpp
parent4e915d26f8138135997d8acd862947b9b4fae84a (diff)
remove unneeded spaces
Diffstat (limited to 'src/DSUtil/AudioParser.cpp')
-rw-r--r--src/DSUtil/AudioParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DSUtil/AudioParser.cpp b/src/DSUtil/AudioParser.cpp
index 9fa91e138..8fec988a8 100644
--- a/src/DSUtil/AudioParser.cpp
+++ b/src/DSUtil/AudioParser.cpp
@@ -322,7 +322,7 @@ void dts14le_to_dts16be(const BYTE* source, BYTE* destination, int size)
int ParseDTSHeader(const BYTE* buf, int* samplerate, int* channels, int* framelength, int* tr_bitrate)
{
- static const int dts_channels[16] = { 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 6, 6, 6, 7, 8, 8} ;
+ static const int dts_channels[16] = { 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 6, 6, 6, 7, 8, 8};
static const int core_sample_rates[] = { 0, 8000, 16000, 32000, 0, 0, 11025, 22050, 44100, 0, 0, 12000, 24000, 48000, 96000, 192000 };
static const int transmission_bitrates[32] = {
32000, 56000, 64000, 96000,