1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

swresample: add SwrDitherType doxy

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Timothy Gu
2014-07-06 09:53:52 -07:00
committed by Michael Niedermayer
parent c0d9b026f9
commit fc71434e84

View File

@@ -113,6 +113,7 @@
//TODO use int resample ? //TODO use int resample ?
//long term TODO can we enable this dynamically? //long term TODO can we enable this dynamically?
/** Dithering algorithms */
enum SwrDitherType { enum SwrDitherType {
SWR_DITHER_NONE = 0, SWR_DITHER_NONE = 0,
SWR_DITHER_RECTANGULAR, SWR_DITHER_RECTANGULAR,