mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 23:43:00 +02:00
libeplayer3: cleanup
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#ifdef MARTII
|
||||
/*
|
||||
* dvbsubtitle manager handling.
|
||||
*
|
||||
@@ -178,9 +177,7 @@ static int Command(void *_context, ManagerCmd_t command, void * argument) {
|
||||
break;
|
||||
}
|
||||
case MANAGER_LIST: {
|
||||
#ifdef MARTII
|
||||
container_ffmpeg_update_tracks(context, context->playback->uri);
|
||||
#endif
|
||||
*((char***)argument) = (char **)ManagerList(context);
|
||||
break;
|
||||
}
|
||||
@@ -259,4 +256,3 @@ struct Manager_s DvbSubtitleManager = {
|
||||
&Command,
|
||||
NULL
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user