Skip to content

Commit ff7414f

Browse files
changes
1 parent 1e58a4a commit ff7414f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

AVInput/AVInput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ AVInput* AVInput::_instance = nullptr;
113113

114114
AVInput::AVInput()
115115
: PluginHost::JSONRPC()
116-
, _registeredDsEventHandlers(false)
117-
, m_HdmiInEventsNotification(this)
116+
, m_HdmiInEventsNotification(this)
118117
, m_CompositeInEventsNotification(this)
118+
, _registeredDsEventHandlers(false)
119119
{
120120
RegisterAll();
121121
}

AVInput/AVInput.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ class AVInput: public PluginHost::IPlugin, public PluginHost::JSONRPC,
148148
void OnHdmiInAllmStatus(dsHdmiInPort_t port, bool allmStatus);
149149
void OnHdmiInAVIContentType(dsHdmiInPort_t port, dsAviContentType_t aviContentType);
150150
void OnHdmiInVRRStatus(dsHdmiInPort_t port, dsVRRType_t vrrType);
151-
void OnHdmiInAVLatency(int audioDelay, int videoDelay);
152151

153152
/* CompositeInEventNotification */
154153

0 commit comments

Comments
 (0)