cec: changed format of the log message with the frames that were received
[deb_libcec.git] / src / lib / LibCECC.cpp
index ccdd5b6a339b86762b2058db713ef0d7d6f16f70..d062dff9357f39ccdd76b6156eee1663a3ac58f2 100644 (file)
@@ -173,4 +173,11 @@ int cec_set_inactive_view(void)
   return -1;
 }
 
+int cec_set_osd_string(cec_logical_address iLogicalAddress, cec_display_control duration, const char *strMessage)
+{
+  if (cec_parser)
+    return cec_parser->SetOSDString(iLogicalAddress, duration, strMessage) ? 1 : 0;
+  return -1;
+}
+
 //@}