Playlist support fixed

This commit is contained in:
Thulinma 2021-07-19 16:03:05 +02:00
parent 684df4b23d
commit ad4c1abd0b
20 changed files with 343 additions and 237 deletions

View file

@ -155,9 +155,6 @@ namespace Mist{
uint64_t firstPacketTime;
uint64_t lastPacketTime;
size_t thisIdx;
uint64_t thisTime;
std::map<size_t, IPC::sharedPage> curPage; ///< For each track, holds the page that is currently being written.
};