decoder_internal.h: more API documentation
This commit is contained in:
parent
b0b2c5b3e0
commit
fb19210cfd
|
@ -36,6 +36,11 @@ struct decoder {
|
||||||
*/
|
*/
|
||||||
double timestamp;
|
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;
|
bool seeking;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue