CStreamInfo2 initialize dmx

Origin commit data
------------------
Branch: ni/coolstream
Commit: f81f93b190
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-11-11 (Mon, 11 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-11-11 12:42:48 +01:00
parent e9c2d66a7e
commit 5e13124e57

View File

@@ -781,7 +781,7 @@ long delta_time_ms (struct timeval *tv, struct timeval *last_tv)
return timeval_to_ms (tv) - timeval_to_ms (last_tv);
}
static cDemux * dmx;
static cDemux * dmx = NULL;
int CStreamInfo2::ts_setup ()
{