Skip to content

Commit

Permalink
Fixed other threads not completing
Browse files Browse the repository at this point in the history
This seems to allow the Audio and Main thread to complete for the ffmpeg producer.
  • Loading branch information
jpc0 committed Mar 19, 2023
1 parent 68b680c commit 8a4befd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/ffmpeg/producer/av_producer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ class Decoder
} catch (...) {
CASPAR_LOG_CURRENT_EXCEPTION();
}
eof = true;
});
}

Expand Down

0 comments on commit 8a4befd

Please sign in to comment.