23 Jul 2012 19:27
swr: resampling: add filter type and Kaiser window beta to AVOptions
Justin Ruggles <git <at> videolan.org>
2012-07-23 17:27:09 GMT
2012-07-23 17:27:09 GMT
ffmpeg | branch: master | Justin Ruggles <justin.ruggles <at> gmail.com> | Sat May 26 14:50:02 2012 -0400| [7e15df7551cf45ad1d3e39d20fdc8d6c651d4705] | committer: Michael Niedermayer swr: resampling: add filter type and Kaiser window beta to AVOptions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e15df7551cf45ad1d3e39d20fdc8d6c651d4705 --- libswresample/resample.c | 33 ++++++++++++++++++++------------- libswresample/swresample.c | 7 ++++++- libswresample/swresample.h | 7 +++++++ libswresample/swresample_internal.h | 4 +++- 4 files changed, 36 insertions(+), 15 deletions(-) diff --git a/libswresample/resample.c b/libswresample/resample.c index 4aa53ee..cef2a81 100644 --- a/libswresample/resample.c +++ b/libswresample/resample.c <at> <at> -29,9 +29,6 <at> <at> #include "libavutil/avassert.h" #include "swresample_internal.h" -#define WINDOW_TYPE 9 - - typedef struct ResampleContext { const AVClass *av_class; <at> <at> -47,6 +44,8 <at> <at> typedef struct ResampleContext { int phase_shift;(Continue reading)
RSS Feed