CStreamInfo2 initialize dmx

Origin commit data
------------------
Commit: f81f93b190
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-11-11 (Mon, 11 Nov 2013)
This commit is contained in:
Jacek Jendrzej
2013-11-11 12:42:48 +01:00
parent 25123ff234
commit 5b0e065fcb

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 ()
{