summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2017-10-13 14:13:32 -0700
committerwm4 <wm4@nowhere>2017-10-20 22:14:54 +0200
commitf57ff798670af4cbb1d8fc357b40adeaf90f9696 (patch)
tree68393ebdcda5cf1336877f6d3e183eba0ae7c0aa /demux/stheader.h
parent7163c95cfd1a74e47c24a2f21b33124520a5e7f1 (diff)
downloadmpv-f57ff798670af4cbb1d8fc357b40adeaf90f9696.tar.bz2
mpv-f57ff798670af4cbb1d8fc357b40adeaf90f9696.tar.xz
demux: ignore false underrun reporting from eia_608 captions decoder
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 {