diff options
author | Rob Sykes <aquegg@yahoo.co.uk> | 2012-12-11 21:43:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-11 22:04:00 +0100 |
commit | 801b315729450b30d1ec3e8a9b7862b3c41146be (patch) | |
tree | 9922a6eb9014c983254dc351441a46e2c20e7f91 /libswresample/swresample.h | |
parent | 41049d07f2e8f304895a12b6e27400fbc72cc797 (diff) | |
download | ffmpeg-801b315729450b30d1ec3e8a9b7862b3c41146be.tar.gz |
swr: Add SOX resampler support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample.h')
-rw-r--r-- | libswresample/swresample.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/swresample.h b/libswresample/swresample.h index 356fb61488..a2b5cd0f09 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -117,6 +117,7 @@ enum SwrDitherType { /** Resampling Engines */ enum SwrEngine { SWR_ENGINE_SWR, /**< SW Resampler */ + SWR_ENGINE_SOXR, /**< SoX Resampler */ SWR_ENGINE_NB, ///< not part of API/ABI }; |