mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
arm/mips: fix subtitle count (thx DBoxOldie)
Origin commit data
------------------
Branch: master
Commit: 72900537e6
Author: max_10 <max_10@gmx.de>
Date: 2024-03-24 (Sun, 24 Mar 2024)
Origin message was:
------------------
- arm/mips: fix subtitle count (thx DBoxOldie)
------------------
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