Skip to content
Snippets Groups Projects
Commit 0dd8096f authored by Thomas Guillem's avatar Thomas Guillem Committed by Rémi Denis-Courmont
Browse files

aout: make drain asynchronous

aout_DecDrain() is now asynchronous, except for modules still implementing
aout->drain (only during the transition).

Add aout->drain_async(). Aout modules should implement drain_async
instead of drain, and call aout_DrainedReport() to report that the
stream is drained.

Aout modules not implementing any drain functions will still rely on
aout_TimeGet() to detect the end of the stream.
parent bb9f8f60
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment