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,