]> git.sesse.net Git - ffmpeg/blobdiff - libswresample/resample.h
Merge commit '35c858066840352d6d43385bbc728467c5150974'
[ffmpeg] / libswresample / resample.h
index b0e63ccfe3b102d2db39f7b9531155cf953dfef9..7fe9b97f7f8b1938b7da66d13867f022fde6da2d 100644 (file)
@@ -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;