summaryrefslogtreecommitdiff
path: root/libswresample/resample.h
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/resample.h')
-rw-r--r--libswresample/resample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/resample.h b/libswresample/resample.h
index 53788c484f..b0e63ccfe3 100644
--- a/libswresample/resample.h
+++ b/libswresample/resample.h
@@ -51,6 +51,7 @@ typedef struct ResampleContext {
enum AVSampleFormat format;
int felem_size;
int filter_shift;
+ int phase_count_compensation; /* desired phase_count when compensation is enabled */
struct {
void (*resample_one)(void *dst, const void *src,