1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

ffplay: Continue if the file was appended to.

This is a bit experimental

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2011-03-10 19:56:27 +01:00
parent 3bd624b4ee
commit 0b82612d35

View File

@@ -2568,6 +2568,7 @@ static int decode_thread(void *arg)
goto fail;
}
}
eof=0;
continue;
}
ret = av_read_frame(ic, pkt);