demux: ignore false underrun reporting from eia_608 captions decoder

This commit is contained in:
Aman Gupta
2017-10-13 14:13:32 -07:00
committed by wm4
parent 7163c95cfd
commit f57ff79867
2 changed files with 4 additions and 0 deletions

View File

@@ -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 {