One more Opus fix
This commit is contained in:
@@ -467,7 +467,7 @@ void
|
||||
OpusLibEncoder :: flush ( void )
|
||||
throw ( Exception )
|
||||
{
|
||||
if ( !isOpen() ) {
|
||||
if ( !isOpen() || encoderOpen == false ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user