summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-06 09:53:52 -0700
committerMichael Niedermayer <michaelni@gmx.at>2014-07-06 20:58:41 +0200
commitfc71434e8464b345a64e5ee11a4b7be7230aacfa (patch)
tree331a1f4de5ee9fb23e0e1ed25d6d351716d6dcf3 /libswresample/swresample.h
parentc0d9b026f9111498874e3dacc5ae6a459e2dc99c (diff)
downloadffmpeg-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/swresample.h')
-rw-r--r--libswresample/swresample.h1
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,