f_demux_in: log EOF "recovery"

For debugging.
This commit is contained in:
wm4 2020-08-27 18:40:57 +02:00
parent 47a5f86829
commit fc6c209cbd
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ static void process(struct mp_filter *f)
struct mp_frame frame = {MP_FRAME_PACKET, pkt};
if (pkt) {
if (p->eof_returned)
MP_VERBOSE(f, "unset EOF on stream %d\n", p->src->index);
p->eof_returned = false;
} else {
frame.type = MP_FRAME_EOF;