One more Opus fix
This commit is contained in:
parent
921e519555
commit
9a120dc16b
|
@ -467,7 +467,7 @@ void
|
||||||
OpusLibEncoder :: flush ( void )
|
OpusLibEncoder :: flush ( void )
|
||||||
throw ( Exception )
|
throw ( Exception )
|
||||||
{
|
{
|
||||||
if ( !isOpen() ) {
|
if ( !isOpen() || encoderOpen == false ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue