summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-11 13:27:22 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-11 13:27:22 +0200
commitf8a237a3074b444a8d88d92d9fcce10508479d35 (patch)
tree06f53bfb00674b57b04bec3fefa4832e45c77111 /libswresample/swresample.h
parent1fc4ff2205cdad4fbb7225f0f32cb7e32edc1eec (diff)
swr: add triangular highpass dither
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample.h')
-rw-r--r--libswresample/swresample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index 3a54c8eed9..137517d6d2 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -49,6 +49,7 @@ enum SwrDitherType {
SWR_DITHER_NONE = 0,
SWR_DITHER_RECTANGULAR,
SWR_DITHER_TRIANGULAR,
+ SWR_DITHER_TRIANGULAR_HIGHPASS,
SWR_DITHER_NB, ///< not part of API/ABI
};