output/MultipleOutputs: add method IsOpen()
This commit is contained in:
@@ -172,7 +172,7 @@ MultipleOutputs::Update(bool force) noexcept
|
||||
{
|
||||
bool ret = false;
|
||||
|
||||
if (!input_audio_format.IsDefined())
|
||||
if (!IsOpen())
|
||||
return false;
|
||||
|
||||
for (const auto &ao : outputs)
|
||||
|
||||
Reference in New Issue
Block a user