mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
driver/audioplay.cpp: reset state to STOP in stop(), in case it called in STOP state
Origin commit data
------------------
Branch: ni/coolstream
Commit: c63c0b4c79
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -49,6 +49,7 @@ void CAudioPlayer::stop()
|
||||
if(thrPlay)
|
||||
pthread_join(thrPlay,NULL);
|
||||
thrPlay = 0;
|
||||
state = CBaseDec::STOP;
|
||||
}
|
||||
void CAudioPlayer::pause()
|
||||
{
|
||||
|
Reference in New Issue
Block a user