[SCM] kodi-pvr-hts/master: compiler warning: fixed CHTSPDemuxer member init order

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:36 UTC 2016


The following commit has been merged in the master branch:
commit f863128fb9a78a1d564e65a4851b5ec37f59b52e
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date:   Sat Jan 30 14:57:36 2016 +0100

    compiler warning: fixed CHTSPDemuxer member init order

diff --git a/src/HTSPDemuxer.cpp b/src/HTSPDemuxer.cpp
index 870999e..04a723c 100644
--- a/src/HTSPDemuxer.cpp
+++ b/src/HTSPDemuxer.cpp
@@ -34,9 +34,8 @@ using namespace tvheadend::utilities;
 CHTSPDemuxer::CHTSPDemuxer ( CHTSPConnection &conn )
   : m_conn(conn), m_pktBuffer((size_t)-1),
     m_seekTime(INVALID_SEEKTIME),
-    m_subscription(conn),
     m_seeking(false), m_speedChange(false),
-    m_lastUse(0)
+    m_subscription(conn), m_lastUse(0)
 {
 }
 

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list