From fc71434e8464b345a64e5ee11a4b7be7230aacfa Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sun, 6 Jul 2014 09:53:52 -0700 Subject: swresample: add SwrDitherType doxy Signed-off-by: Timothy Gu Signed-off-by: Michael Niedermayer --- libswresample/swresample.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libswresample') diff --git a/libswresample/swresample.h b/libswresample/swresample.h index e99929d..27526ef 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, -- cgit v1.1