eplayer3: subtitle fixes

This commit is contained in:
martii
2013-04-01 11:57:36 +02:00
committed by Stefan Seyfried
parent fec74fdcc7
commit 2368ec790f
7 changed files with 24 additions and 10 deletions

View File

@@ -1653,8 +1653,6 @@ int container_ffmpeg_update_tracks(Context_t *context, char *filename)
context->manager->audio->Command(context, MANAGER_DEL, NULL);
if (context->manager->video)
context->manager->video->Command(context, MANAGER_DEL, NULL);
if (context->manager->subtitle)
context->manager->subtitle->Command(context, MANAGER_DEL, NULL);
if (context->manager->dvbsubtitle)
context->manager->dvbsubtitle->Command(context, MANAGER_DEL, NULL);
if (context->manager->teletext)