mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
minor fixes in drivers mpc and vorbis.
This commit is contained in:
parent
670d77813f
commit
edce27fc03
@ -36,6 +36,7 @@
|
||||
#include <mpc/reader.h>
|
||||
#include "internal.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h> // memset()
|
||||
|
||||
#define STDIO_MAGIC 0xF34B963C ///< Just a random safe-check value...
|
||||
typedef struct mpc_reader_stdio_t {
|
||||
|
@ -1160,7 +1160,7 @@ void _vp_couple_quantize_normalize(int blobno,
|
||||
However, this is a temporary patch.
|
||||
by Aoyumi @ 2004/04/18
|
||||
*/
|
||||
/*float derate = (1.0 - de*((float)(j-limit+i) / (float)(n-limit)));
|
||||
/*float derate = (1.0 - de*((float)(j-limit+i) / (float)(n-limit))); */
|
||||
/* elliptical
|
||||
if(reM[j]+reA[j]<0){
|
||||
reM[j] = - (qeM[j] = (fabs(reM[j])+fabs(reA[j]))*derate*derate);
|
||||
|
Loading…
Reference in New Issue
Block a user