Commit fb19210c authored by Max Kellermann's avatar Max Kellermann

decoder_internal.h: more API documentation

parent b0b2c5b3
......@@ -36,6 +36,11 @@ struct decoder {
*/
double timestamp;
/**
* This flag is set by decoder_seek_where(), and checked by
* decoder_command_finished(). It is used to clean up after
* seeking.
*/
bool seeking;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment