Skip to content
Snippets Groups Projects
Commit 0b82612d authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

ffplay: Continue if the file was appended to.

This is a bit experimental

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 3bd624b4
No related branches found
No related tags found
No related merge requests found
......@@ -2568,6 +2568,7 @@ static int decode_thread(void *arg)
goto fail;
}
}
eof=0;
continue;
}
ret = av_read_frame(ic, pkt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment