[FFmpeg-cvslog] swresample: add SwrDitherType doxy
Timothy Gu
git at videolan.org
Sun Jul 6 21:07:35 CEST 2014
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sun Jul 6 09:53:52 2014 -0700| [fc71434e8464b345a64e5ee11a4b7be7230aacfa] | committer: Michael Niedermayer
swresample: add SwrDitherType doxy
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc71434e8464b345a64e5ee11a4b7be7230aacfa
---
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,
More information about the ffmpeg-cvslog
mailing list