summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index fbfba01367..1af91e032b 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -58,6 +58,8 @@ struct sh_stream {
bool default_track; // container default track flag
int hls_bitrate;
+ bool missing_timestamps;
+
// stream is a picture (such as album art)
struct demux_packet *attached_picture;