mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
libeplayer3: implement Writer class
This commit is contained in:
@@ -92,7 +92,8 @@ static char **ManagerList(Context_t * context __attribute__ ((unused)))
|
||||
char tmp[len];
|
||||
snprintf(tmp, len, "%d %s\n", it->second.Id, it->second.Name.c_str());
|
||||
tracklist[j] = strdup(tmp);
|
||||
tracklist[j + 1] = strdup(it->second.Encoding);
|
||||
tracklist[j + 1] = strdup("");
|
||||
j += 2;
|
||||
}
|
||||
tracklist[j] = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user