diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-29 15:29:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-29 15:32:18 +0200 |
commit | 2d6c29f5663afecec250f81a74c612bbadee1c71 (patch) | |
tree | 45aa5b6ccfbf5102f7e9e00439ab60c9e09554cf /libswresample/swresample_internal.h | |
parent | 65722e7fc5918644ca92d5cdfcb88a54b1b64d44 (diff) | |
download | ffmpeg-2d6c29f5663afecec250f81a74c612bbadee1c71.tar.gz |
swr: add set_audiodata_fmt() and use it to simplify code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample_internal.h')
-rw-r--r-- | libswresample/swresample_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index 293075bf5e..4f2e9ee4b0 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -57,7 +57,6 @@ struct SwrContext { int linear_interp; /**< if 1 then the resampling FIR filter will be linearly interpolated */ double cutoff; /**< resampling cutoff frequency. 1.0 corresponds to half the output sample rate */ - int int_bps; ///< internal bytes per sample int resample_first; ///< 1 if resampling must come first, 0 if rematrixing int rematrix; ///< flag to indicate if rematrixing is needed (basically if input and output layouts mismatch) int rematrix_custom; ///< flag to indicate that a custom matrix has been defined |