X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fdevices%2FCECPlaybackDevice.cpp;h=02b9d43bbac89a7661e69da4be0f9eab3dbe14f1;hb=2491aac1eaaee68ff9f1515a770f11d2a12fe20b;hp=cee7c492e72f4c4f5c6b976ae7c508f1989d2767;hpb=a9232a79cfb71be51caea8aae6c8ea63ae3884ad;p=deb_libcec.git diff --git a/src/lib/devices/CECPlaybackDevice.cpp b/src/lib/devices/CECPlaybackDevice.cpp index cee7c49..02b9d43 100644 --- a/src/lib/devices/CECPlaybackDevice.cpp +++ b/src/lib/devices/CECPlaybackDevice.cpp @@ -75,7 +75,7 @@ bool CCECPlaybackDevice::TransmitDeckStatus(cec_logical_address dest) AddLog(CEC_LOG_NOTICE, strLog); cec_command command; - cec_command::format(command, m_iLogicalAddress, dest, CEC_OPCODE_GIVE_DECK_STATUS); + cec_command::format(command, m_iLogicalAddress, dest, CEC_OPCODE_DECK_STATUS); command.push_back((uint8_t)m_deckStatus); return m_processor->Transmit(command);