Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)

This commit is contained in:
Alex Szpakowski
2013-08-11 04:15:42 -03:00
parent daf50698b8
commit 66a773d2a7
20 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ int Mpg123Decoder::getChannels() const
return channels;
}
int Mpg123Decoder::getBits() const
int Mpg123Decoder::getBitDepth() const
{
return 16;
}