aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_internal.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder_internal.h3
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