diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2016-06-16 00:17:35 +0700 |
---|---|---|
committer | Muhammad Faiz <mfcc64@gmail.com> | 2016-06-21 05:18:21 +0700 |
commit | 6031e5d1af934727e7a014b521aa8303f669a2f3 (patch) | |
tree | c7e7feb5c82dffa6b4ab8f7f8016c9d227deb848 /libswresample/resample.h | |
parent | d0bde818acc7de44140a2ebfb52e3556e2eb47c9 (diff) | |
download | ffmpeg-6031e5d1af934727e7a014b521aa8303f669a2f3.tar.gz |
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 <mfcc64@gmail.com>
Diffstat (limited to 'libswresample/resample.h')
-rw-r--r-- | libswresample/resample.h | 3 |
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; |