Commit f26a90cf authored by Stefan Westerfeld's avatar Stefan Westerfeld

Add defaults for raw format channels / bit depth.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent b10be223
......@@ -20,9 +20,9 @@ public:
UNSIGNED
};
private:
int m_n_channels = 0;
int m_n_channels = 2;
int m_sample_rate = 0;
int m_bit_depth = 0;
int m_bit_depth = 16;
Endian m_endian = LITTLE;
Encoding m_encoding = SIGNED;
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment