mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
add missing header file changes for frame alignment apis
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1828 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e17fbf0606
commit
87795b0973
1 changed files with 4 additions and 0 deletions
|
|
@ -56,4 +56,8 @@ void pa_volume_memchunk(
|
|||
const pa_sample_spec *spec,
|
||||
const pa_cvolume *volume);
|
||||
|
||||
size_t pa_frame_align(size_t l, const pa_sample_spec *ss);
|
||||
|
||||
int pa_frame_aligned(size_t l, const pa_sample_spec *ss);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue