One more Opus fix

This commit is contained in:
rafael@riseup.net 2013-05-19 20:22:29 +00:00
parent 921e519555
commit 9a120dc16b
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ void
OpusLibEncoder :: flush ( void ) OpusLibEncoder :: flush ( void )
throw ( Exception ) throw ( Exception )
{ {
if ( !isOpen() ) { if ( !isOpen() || encoderOpen == false ) {
return; return;
} }