[FFmpeg-devel] [PATCH 3/7] swresample: add SwrDitherType doxy

Timothy Gu timothygu99 at gmail.com
Sun Jul 6 18:53:52 CEST 2014


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 libswresample/swresample.h | 1 +
 1 file changed, 1 insertion(+)

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,
-- 
1.9.1



More information about the ffmpeg-devel mailing list