mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-12 16:03:36 +02:00
driver/audioplay.cpp: reset state to STOP in stop(), in case it called in STOP state
Origin commit data
------------------
Commit: c63c0b4c79
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)
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