mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 23:40:39 +00:00
Remove another blank
This commit is contained in:
parent
b92c0538b6
commit
1ce1da9e73
@ -1032,7 +1032,7 @@ static u32 sceAtracGetBitrate(int atracID, u32 outBitrateAddr) {
|
||||
} else if (!atrac->data_buf) {
|
||||
ERROR_LOG(ME, "sceAtracGetBitrate(%i, %08x): no data", atracID, outBitrateAddr);
|
||||
return ATRAC_ERROR_NO_DATA;
|
||||
} else {
|
||||
} else {
|
||||
atrac->atracBitrate = ( atrac->atracBytesPerFrame * 352800 ) / 1000;
|
||||
if (atrac->codecType == PSP_MODE_AT_3_PLUS)
|
||||
atrac->atracBitrate = ((atrac->atracBitrate >> 11) + 8) & 0xFFFFFFF0;
|
||||
|
Loading…
Reference in New Issue
Block a user