Justin Ruggles | 23 Jul 2012 19:27
Favicon

swr: resampling: add filter type and Kaiser window beta to AVOptions

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)


Gmane