summaryrefslogtreecommitdiff
path: root/libswresample/resample.h
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/resample.h')
-rw-r--r--libswresample/resample.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libswresample/resample.h b/libswresample/resample.h
index b0e63ccfe3..7fe9b97f7f 100644
--- a/libswresample/resample.h
+++ b/libswresample/resample.h
@@ -40,9 +40,6 @@ typedef struct ResampleContext {
int frac;
int src_incr;
int compensation_distance;
- /* TODO remove phase_shift and phase_mask */
- attribute_deprecated int phase_shift;
- attribute_deprecated int phase_mask;
int phase_count;
int linear;
enum SwrFilterType filter_type;