merge glitch-free branch back into trunk
[profile/ivi/pulseaudio.git] / src / pulsecore / mcalign.h
index 6ff8f94..6c8b8d5 100644 (file)
@@ -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