mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
libeplayer/playback: disable subtitle init hack
Origin commit data
------------------
Branch: master
Commit: c25b717b43
Author: martii <m4rtii@gmx.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -834,6 +834,7 @@ static int PlaybackSwitchSubtitle(Context_t *context, int* track) {
|
|||||||
{
|
{
|
||||||
playback_err("manager set track failed\n");
|
playback_err("manager set track failed\n");
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
if (*track == 0xffff) {
|
if (*track == 0xffff) {
|
||||||
//CHECK FOR SUBTITLES
|
//CHECK FOR SUBTITLES
|
||||||
if (context->container && context->container->textSrtContainer)
|
if (context->container && context->container->textSrtContainer)
|
||||||
@@ -845,6 +846,7 @@ static int PlaybackSwitchSubtitle(Context_t *context, int* track) {
|
|||||||
if (context->container && context->container->assContainer)
|
if (context->container && context->container->assContainer)
|
||||||
context->container->assContainer->Command(context, CONTAINER_INIT, NULL);
|
context->container->assContainer->Command(context, CONTAINER_INIT, NULL);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
context->manager->subtitle->Command(context, MANAGER_GET, &trackid);
|
context->manager->subtitle->Command(context, MANAGER_GET, &trackid);
|
||||||
|
|
||||||
/* konfetti: I make this hack a little bit nicer,
|
/* konfetti: I make this hack a little bit nicer,
|
||||||
|
Reference in New Issue
Block a user