Finish implementation of AVDecoder and the old implementation based on

MediaInfo is removed.
Removed old broadcast class.
This commit is contained in:
codestation
2013-08-19 23:15:23 -04:30
parent e777a5bfcd
commit 45a8366f9e
11 changed files with 130 additions and 267 deletions

View File

@@ -37,7 +37,7 @@ private:
QMutex mutex;
QString uuid;
QString reply;
QByteArray reply;
QString hostname;
QUdpSocket *socket;
static const QString broadcast_reply;