From 70c6f721118fdf47536b4b0c0a872e05642be650 Mon Sep 17 00:00:00 2001
From: Richard <peper03@yahoo.com>
Date: Sat, 18 May 2013 01:09:06 +0200
Subject: [PATCH] Added missing initialisation of MHEG member variable that
 sometimes caused (non-MHEG) video playback to pause at the
 end.

---
 mythtv/libs/libmythtv/mhi.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mythtv/libs/libmythtv/mhi.cpp b/mythtv/libs/libmythtv/mhi.cpp
index e1a5871..c3c1b0f 100644
--- a/mythtv/libs/libmythtv/mhi.cpp
+++ b/mythtv/libs/libmythtv/mhi.cpp
@@ -52,7 +52,7 @@ class MHIImageData
 
 MHIContext::MHIContext(InteractiveTV *parent)
     : m_parent(parent),     m_dsmcc(new Dsmcc()),
-      m_keyProfile(0),
+      m_notify(0),          m_keyProfile(0),
       m_engine(MHCreateEngine(this)), m_stop(false),
       m_updated(false),
       m_face_loaded(false), m_engineThread(NULL), m_currentChannel(-1),
-- 
1.7.9.5

