summaryrefslogtreecommitdiff
path: root/libswresample/resample.h
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/resample.h')
-rw-r--r--libswresample/resample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/resample.h b/libswresample/resample.h
index 99a89b7945..a126b11635 100644
--- a/libswresample/resample.h
+++ b/libswresample/resample.h
@@ -44,7 +44,7 @@ typedef struct ResampleContext {
int phase_mask;
int linear;
enum SwrFilterType filter_type;
- int kaiser_beta;
+ double kaiser_beta;
double factor;
enum AVSampleFormat format;
int felem_size;