summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/mcalign.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-03-15 15:19:40 +0000
committerLennart Poettering <lennart@poettering.net>2008-03-15 15:19:40 +0000
commit12c01e942d23bd477e14b467e66352e6ce0557a9 (patch)
tree3231d52f87a1115744b5e4f4b61a0bccf04a57bc /src/pulsecore/mcalign.h
parent347cfc356aa1c5073a5fc1d4355392759df13ab8 (diff)
commit glitch-free work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2122 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/mcalign.h')
-rw-r--r--src/pulsecore/mcalign.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/mcalign.h b/src/pulsecore/mcalign.h
index 6ff8f94e..6c8b8d5f 100644
--- a/src/pulsecore/mcalign.h
+++ b/src/pulsecore/mcalign.h
@@ -79,4 +79,7 @@ int pa_mcalign_pop(pa_mcalign *m, pa_memchunk *c);
/* If we pass l bytes in now, how many bytes would we get out? */
size_t pa_mcalign_csize(pa_mcalign *m, size_t l);
+/* Flush what's still stored in the aligner */
+void pa_mcalign_flush(pa_mcalign *m);
+
#endif