Skip to content
Snippets Groups Projects
Commit fc71434e authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer
Browse files

swresample: add SwrDitherType doxy

parent c0d9b026
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,7 @@ ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment