aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_internal.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-21 22:59:11 +0200
committerMax Kellermann <max@duempel.org>2011-09-22 00:04:20 +0200
commitfb19210cfd3ec20d69f53ea258c36ef72e002edd (patch)
treef7260409f4c6069bad453b5991aa08c91fc97d0d /src/decoder_internal.h
parentb0b2c5b3e0abd27fa305769d1952b9295f0d1726 (diff)
decoder_internal.h: more API documentation
Diffstat (limited to 'src/decoder_internal.h')
-rw-r--r--src/decoder_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/decoder_internal.h b/src/decoder_internal.h
index 9e7e2037..2347fdf4 100644
--- a/src/decoder_internal.h
+++ b/src/decoder_internal.h
@@ -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;
/**