cec: only send unhandled and selected commands to the command buffer
[deb_libcec.git] / src / lib / CECProcessor.cpp
index 0ae22507ea8bbbc9f51e84b467bccbd7b5e023f7..8b8532d7c1d6d2c30df9673d8369fab56fe43e9b 100644 (file)
@@ -394,7 +394,7 @@ void CCECProcessor::SetCurrentButton(cec_user_control_code iButtonCode)
 
 void CCECProcessor::AddCommand(const cec_command &command)
 {
-  m_controller->AddCommand(command);
+//  m_controller->AddCommand(command);
 }
 
 void CCECProcessor::AddKey(void)