Create a static constructor for libav initialization.

This commit is contained in:
codestation
2013-08-19 23:23:19 -04:30
parent 45a8366f9e
commit 0704cfa80a
4 changed files with 17 additions and 14 deletions

View File

@@ -40,7 +40,6 @@ CmaClient::CmaClient(QObject *parent) :
BaseWorker(parent)
{
this_object = this;
AVDecoder::init();
}
int CmaClient::deviceRegistered(const char *deviceid)