bugfix-last-commits

This commit is contained in:
max_10
2018-04-11 23:02:02 +02:00
committed by Thilo Graf
parent 193a2d305c
commit b35e8af698
2 changed files with 14 additions and 9 deletions

View File

@@ -117,7 +117,7 @@ bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, in
}
else
isHTTP = true;
PlayFiles_t playbackFiles = { (char *) file.c_str(), NULL};
PlayFiles_t playbackFiles = { (char *) file.c_str(), NULL, NULL, NULL, 0, 0, 0, 0};
if (player->playback->Command(player, PLAYBACK_OPEN, &playbackFiles) == 0)
{
if (pm == PLAYMODE_TS)