Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2016-06-15 20:17:35 +0300
committerMuhammad Faiz <mfcc64@gmail.com>2016-06-21 01:18:21 +0300
commit6031e5d1af934727e7a014b521aa8303f669a2f3 (patch)
treec7e7feb5c82dffa6b4ab8f7f8016c9d227deb848 /libswresample/resample.h
parentd0bde818acc7de44140a2ebfb52e3556e2eb47c9 (diff)
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.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;