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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,