mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3: add callback to abort avformat_open_input
This commit is contained in:
@@ -655,6 +655,11 @@ void cPlayback::SuspendSubtitle(bool b)
|
||||
else
|
||||
player->playback->Command(player, PLAYBACK_FRAMEBUFFER_UNLOCK, 0);
|
||||
}
|
||||
|
||||
void cPlayback::RequestAbort() {
|
||||
if (player->playback)
|
||||
player->playback->abortRequested = 1;
|
||||
}
|
||||
#endif
|
||||
#if 0
|
||||
bool cPlayback::IsPlaying(void) const
|
||||
|
Reference in New Issue
Block a user