From 6031e5d1af934727e7a014b521aa8303f669a2f3 Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Thu, 16 Jun 2016 00:17:35 +0700 Subject: swresample/x86: add support for exact_rational phase_shift and phase_mask is removed generally exact_rational=on is faster than exact_rational=off Signed-off-by: Muhammad Faiz --- libswresample/resample.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libswresample/resample.h') 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; -- cgit v1.2.3