mirror of
https://github.com/mpv-player/mpv
synced 2025-01-25 00:53:22 +00:00
f_demux_in: log EOF "recovery"
For debugging.
This commit is contained in:
parent
47a5f86829
commit
fc6c209cbd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user