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:
martii
2013-07-26 21:39:57 +02:00
parent 881cbfaf27
commit 6f8c5a1ca3

View File

@@ -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,