summaryrefslogtreecommitdiffstats
path: root/audio/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/format.h')
-rw-r--r--audio/format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/format.h b/audio/format.h
index b3ac0000c8..910b952fd2 100644
--- a/audio/format.h
+++ b/audio/format.h
@@ -125,4 +125,6 @@ void af_fill_silence(void *dst, size_t bytes, int format);
int af_format_conversion_score(int dst_format, int src_format);
+int af_format_sample_alignment(int format);
+
#endif /* MPLAYER_AF_FORMAT_H */