fix MP3 VBR quality being inverted
This commit is contained in:
parent
22eb29cf6c
commit
4e98853784
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ bool DivEngine::getIsFadingOut() {
|
|||
break; \
|
||||
} \
|
||||
if (exportBitRateMode==DIV_EXPORT_BITRATE_VARIABLE) { \
|
||||
mappedLevel=exportVBRQuality*0.1; \
|
||||
mappedLevel=1.0-(exportVBRQuality*0.1); \
|
||||
} else { \
|
||||
if (got.rate>=32000) { \
|
||||
mappedLevel=(320000.0-(double)exportBitRate)/288000.0; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue