summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
diff options
context:
space:
mode:
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,