diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-07-06 09:53:52 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-06 20:58:41 +0200 |
commit | fc71434e8464b345a64e5ee11a4b7be7230aacfa (patch) | |
tree | 331a1f4de5ee9fb23e0e1ed25d6d351716d6dcf3 /libswresample | |
parent | c0d9b026f9111498874e3dacc5ae6a459e2dc99c (diff) | |
download | ffmpeg-fc71434e8464b345a64e5ee11a4b7be7230aacfa.tar.gz |
swresample: add SwrDitherType doxy
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample')
-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 e99929d585..27526efca9 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -113,6 +113,7 @@ //TODO use int resample ? //long term TODO can we enable this dynamically? +/** Dithering algorithms */ enum SwrDitherType { SWR_DITHER_NONE = 0, SWR_DITHER_RECTANGULAR, |