Browse Source

swresample: add SwrDitherType doxy

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Timothy Gu Michael Niedermayer 11 years ago
parent
commit
fc71434e84
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libswresample/swresample.h

+ 1
- 0
libswresample/swresample.h View File

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


Loading…
Cancel
Save