decoder_internal.h: more API documentation
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user