From f57ff798670af4cbb1d8fc357b40adeaf90f9696 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Fri, 13 Oct 2017 14:13:32 -0700 Subject: demux: ignore false underrun reporting from eia_608 captions decoder --- demux/stheader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/stheader.h') 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 { -- cgit v1.2.3