summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index a0820f55b7..319f56109b 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -56,6 +56,7 @@ struct sh_stream {
// Internal to demux.c
struct demux_stream *ds;
+ bool ignore_eof; // ignore stream in underrun detection
};
struct mp_codec_params {