mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libspark/player, libeplayer3/ffmpeg: improve termination handling
Origin commit data
------------------
Branch: master
Commit: 773553ddb5
Author: martii <m4rtii@gmx.de>
Date: 2013-11-02 (Sat, 02 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -346,7 +346,7 @@ static void FFMPEGThread(Context_t *context) {
|
||||
}
|
||||
ffmpeg_printf(10, "Running!\n");
|
||||
|
||||
while ( context && context->playback && context->playback->isPlaying ) {
|
||||
while ( context && context->playback && context->playback->isPlaying && !context->playback->abortRequested ) {
|
||||
|
||||
//IF MOVIE IS PAUSED, WAIT
|
||||
if (context->playback->isPaused) {
|
||||
|
Reference in New Issue
Block a user