Fix a comment

This commit is contained in:
Erik Hofman
2016-06-01 10:10:34 +02:00
parent f71e2e0e9f
commit c3db9b9d86

View File

@@ -319,7 +319,7 @@ namespace
compressed = true;
codec = codecLinear;
} else {
bitsPerSample *= 4; /* uLaw is 16-bit packed into 8 bits */
bitsPerSample *= 4; /* adpcm is 16-bit packed into 4 bits */
codec = codecIMA4;
}