av_thread_message_flush

Flush the message queue

This function is mostly equivalent to reading and free-ing every message except that it will be done in a single operation (no lock/unlock between reads).

extern (C) @nogc nothrow
void
av_thread_message_flush

Meta