diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/decoder_internal.h b/src/decoder_internal.h index 9d422d253..df558f4dd 100644 --- a/src/decoder_internal.h +++ b/src/decoder_internal.h @@ -30,6 +30,11 @@ struct decoder { struct pcm_convert_state conv_state; + /** + * The time stamp of the next data chunk, in seconds. + */ + double timestamp; + bool seeking; /** |