summaryrefslogtreecommitdiff
path: root/libavresample/dither.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/dither.h')
-rw-r--r--libavresample/dither.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavresample/dither.h b/libavresample/dither.h
index d6a7d3ea8d..8db37146fa 100644
--- a/libavresample/dither.h
+++ b/libavresample/dither.h
@@ -85,4 +85,9 @@ void ff_dither_free(DitherContext **c);
*/
int ff_convert_dither(DitherContext *c, AudioData *dst, AudioData *src);
+/* arch-specific initialization functions */
+
+void ff_dither_init_x86(DitherDSPContext *ddsp,
+ enum AVResampleDitherMethod method);
+
#endif /* AVRESAMPLE_DITHER_H */