diff options
Diffstat (limited to 'src/decoder_internal.h')
-rw-r--r-- | src/decoder_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decoder_internal.h b/src/decoder_internal.h index 7a36e011c..9d3d6abea 100644 --- a/src/decoder_internal.h +++ b/src/decoder_internal.h @@ -28,6 +28,9 @@ struct decoder { struct pcm_convert_state conv_state; bool seeking; + + /** has the tag from the input stream been sent yet? */ + bool stream_tag_sent; }; #endif |