summaryrefslogtreecommitdiffstats
path: root/audio/format.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-10 15:12:52 +0100
committerwm4 <wm4@nowhere>2015-03-10 15:12:52 +0100
commit5f8b060ec2dde7d0ff5468a5b7499851c22b756d (patch)
tree593321dd494d3bf24727ec7ee3a7631b07b49cc8 /audio/format.h
parent574bd127ecadb6d7cbcad9aea2187b05a433dda1 (diff)
downloadmpv-5f8b060ec2dde7d0ff5468a5b7499851c22b756d.tar.bz2
mpv-5f8b060ec2dde7d0ff5468a5b7499851c22b756d.tar.xz
ad_spdif: move frame sizes to a general function
Needed for the next commit. This commit should probably be reverted as soon as we're working with full audio frames internally, instead of "flat" FIFOs.
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 */