Update the YCC status text INPUT: - strText = Status text to display
| 5764 | // - strText = Status text to display |
| 5765 | // |
| 5766 | void CimgDecode::SetStatusYccText(CString strText) |
| 5767 | { |
| 5768 | m_strStatusYcc = strText; |
| 5769 | } |
| 5770 | |
| 5771 | // Fetch the YCC status text |
| 5772 | // |