Improve seeks on playback with multi AV context - when option

This commit is contained in:
samsamsam
2019-01-22 04:12:01 +01:00
committed by Thilo Graf
parent 6ee43d0121
commit 0500967a2a
2 changed files with 40 additions and 9 deletions

View File

@@ -694,7 +694,7 @@ int main(int argc, char *argv[])
memset(argvBuff, '\0', sizeof(argvBuff));
int commandRetVal = -1;
/* inform client that we can handle additional commands */
fprintf(stderr, "{\"EPLAYER3_EXTENDED\":{\"version\":%d}}\n", 50);
fprintf(stderr, "{\"EPLAYER3_EXTENDED\":{\"version\":%d}}\n", 51);
PlayFiles_t playbackFiles;
memset(&playbackFiles, 0x00, sizeof(playbackFiles));