Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-06 20:53:52 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-07-06 22:58:41 +0400
commitfc71434e8464b345a64e5ee11a4b7be7230aacfa (patch)
tree331a1f4de5ee9fb23e0e1ed25d6d351716d6dcf3 /libswresample
parentc0d9b026f9111498874e3dacc5ae6a459e2dc99c (diff)
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.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,