From 5f8b060ec2dde7d0ff5468a5b7499851c22b756d Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Mar 2015 15:12:52 +0100 Subject: 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. --- audio/format.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/format.h') 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 */ -- cgit v1.2.3