mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
arm/mips: fix subtitle count (thx DBoxOldie)
Origin commit data
------------------
Commit: 8b01ae47b8
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-02-20 (Tue, 20 Feb 2024)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -248,6 +248,8 @@ static int PlaybackClose(Context_t *context)
|
|||||||
context->manager->video->Command(context, MANAGER_DEL, NULL);
|
context->manager->video->Command(context, MANAGER_DEL, NULL);
|
||||||
if (context->manager->chapter)
|
if (context->manager->chapter)
|
||||||
context->manager->chapter->Command(context, MANAGER_DEL, NULL);
|
context->manager->chapter->Command(context, MANAGER_DEL, NULL);
|
||||||
|
if (context->manager->subtitle)
|
||||||
|
context->manager->subtitle->Command(context, MANAGER_DEL, NULL);
|
||||||
|
|
||||||
context->playback->isPaused = 0;
|
context->playback->isPaused = 0;
|
||||||
context->playback->isPlaying = 0;
|
context->playback->isPlaying = 0;
|
||||||
|
Reference in New Issue
Block a user