From 5e13124e57b2696597680c2e9d6c1fe2ecce656a Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Mon, 11 Nov 2013 12:42:48 +0100 Subject: [PATCH] CStreamInfo2 initialize dmx Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f81f93b19033ebaf03aaefae5a41ef3cc249b38b Author: Jacek Jendrzej Date: 2013-11-11 (Mon, 11 Nov 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/streaminfo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index fe2df548d..c487d274e 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -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 () {