forked from len0rd/rockbox
rbutil: correctly stop encoders. (FS#9145)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17929 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bb8bc32d0d
commit
21e7a08950
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ bool TalkFileCreator::createTalkFiles(ProgressloggerInterface* logger)
|
|||
m_logger->addItem(tr("Talk file creation aborted"),LOGERROR);
|
||||
m_logger->abort();
|
||||
m_tts->stop();
|
||||
m_enc->stop();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -183,6 +184,7 @@ bool TalkFileCreator::createTalkFiles(ProgressloggerInterface* logger)
|
|||
|
||||
installlog.endGroup();
|
||||
m_tts->stop();
|
||||
m_enc->stop();
|
||||
m_logger->addItem(tr("Finished creating Talk files"),LOGOK);
|
||||
m_logger->setProgressMax(1);
|
||||
m_logger->setProgressValue(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue