More fixes to metadata.

This commit is contained in:
Thulinma 2013-12-03 16:25:10 +01:00
parent d52e05fbd2
commit 6adca64680
3 changed files with 2 additions and 23 deletions

View file

@ -162,7 +162,6 @@ namespace DTSC {
long long unsigned int partLen;
Part* parts;
int trackID;
int length;
int firstms;
int lastms;
int bps;
@ -209,7 +208,6 @@ namespace DTSC {
bool live;
bool merged;
long long int moreheader;
long long int length;
long long int bufferWindow;
void send(Socket::Connection & conn);
JSON::Value toJSON();