New upstream version 0.16.2+dfsg1
This commit is contained in:
parent
67704ac59c
commit
6efda2859e
377 changed files with 7938 additions and 696 deletions
|
|
@ -274,7 +274,7 @@ static void ffmpeg_mux_stop(void *data, uint64_t ts)
|
|||
{
|
||||
struct ffmpeg_muxer *stream = data;
|
||||
|
||||
if (capturing(stream)) {
|
||||
if (capturing(stream) || ts == 0) {
|
||||
stream->stop_ts = (int64_t)ts / 1000LL;
|
||||
os_atomic_set_bool(&stream->stopping, true);
|
||||
os_atomic_set_bool(&stream->capturing, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue