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, 2 insertions, 0 deletions
diff --git a/libswresample/resample.h b/libswresample/resample.h
index b159c7b432..b484ceb328 100644
--- a/libswresample/resample.h
+++ b/libswresample/resample.h
@@ -39,6 +39,8 @@ typedef struct ResampleContext {
int filter_alloc;
int ideal_dst_incr;
int dst_incr;
+ int dst_incr_div;
+ int dst_incr_mod;
int index;
int frac;
int src_incr;