summaryrefslogtreecommitdiff
path: root/audio/format.h
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2018-10-03 09:34:10 +0100
committerJames Cowgill <jcowgill@debian.org>2018-10-03 09:34:10 +0100
commita6680ec06c4f17bb7b60c18ebd611ef40c5c6d68 (patch)
tree00780369c30413610781ace95a12b87fe7d79fe8 /audio/format.h
parentf4faf74f8747c113bd8c1f99e6b6fb1983f11e0d (diff)
New upstream version 0.29.1
Diffstat (limited to 'audio/format.h')
-rw-r--r--audio/format.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/format.h b/audio/format.h
index 0afc656..24e1c54 100644
--- a/audio/format.h
+++ b/audio/format.h
@@ -64,9 +64,6 @@ bool af_fmt_is_pcm(int format);
int af_fmt_to_planar(int format);
int af_fmt_from_planar(int format);
-// Amount of bytes that contain audio of the given duration, aligned to frames.
-int af_fmt_seconds_to_bytes(int format, float seconds, int channels, int samplerate);
-
void af_fill_silence(void *dst, size_t bytes, int format);
void af_get_best_sample_formats(int src_format, int *out_formats);