mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libeplayer3-arm:playback.c reduce log errors
Origin commit data
------------------
Branch: master
Commit: 6542b3ee97
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-04 (Sat, 04 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -242,10 +242,12 @@ static int PlaybackClose(Context_t *context)
|
||||
{
|
||||
playback_err("container delete failed\n");
|
||||
}
|
||||
|
||||
context->manager->audio->Command(context, MANAGER_DEL, NULL);
|
||||
context->manager->video->Command(context, MANAGER_DEL, NULL);
|
||||
context->manager->chapter->Command(context, MANAGER_DEL, NULL);
|
||||
if(context->manager->audio)
|
||||
context->manager->audio->Command(context, MANAGER_DEL, NULL);
|
||||
if(context->manager->video)
|
||||
context->manager->video->Command(context, MANAGER_DEL, NULL);
|
||||
if (context->manager->chapter)
|
||||
context->manager->chapter->Command(context, MANAGER_DEL, NULL);
|
||||
|
||||
context->playback->isPaused = 0;
|
||||
context->playback->isPlaying = 0;
|
||||
|
Reference in New Issue
Block a user