aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-01-11 07:02:29 -0800
committerChris Robinson <[email protected]>2010-01-11 07:02:29 -0800
commit3d7f925d521ec8b456d60583b84ac2f97b21059a (patch)
tree32c8bd9086ab3c00b5635bdd9068c926da2b7488 /Alc/ALu.c
parent93b584ff8419f76d934e0a6e9cbc55cf907ea259 (diff)
Add helpful values to the resampler enum
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index fbac9db2..53aaba3b 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -1113,6 +1113,7 @@ another_source:
break;
case COSINE: DO_MIX(cos_lerp);
break;
+ case RESAMPLER_MIN:
case RESAMPLER_MAX:
break;
}
@@ -1162,6 +1163,7 @@ another_source:
break;
case COSINE: DO_MIX(cos_lerp);
break;
+ case RESAMPLER_MIN:
case RESAMPLER_MAX:
break;
}
@@ -1182,6 +1184,7 @@ another_source:
break;
case COSINE: DO_MIX(cos_lerp);
break;
+ case RESAMPLER_MIN:
case RESAMPLER_MAX:
break;
}
@@ -1203,6 +1206,7 @@ another_source:
break;
case COSINE: DO_MIX(cos_lerp);
break;
+ case RESAMPLER_MIN:
case RESAMPLER_MAX:
break;
}
@@ -1225,6 +1229,7 @@ another_source:
break;
case COSINE: DO_MIX(cos_lerp);
break;
+ case RESAMPLER_MIN:
case RESAMPLER_MAX:
break;
}
@@ -1247,6 +1252,7 @@ another_source:
break;
case COSINE: DO_MIX(cos_lerp);
break;
+ case RESAMPLER_MIN:
case RESAMPLER_MAX:
break;
}