MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ clear_error()

void MayaFlux::IO::VideoFileReader::clear_error ( ) const
private

Definition at line 694 of file VideoFileReader.cpp.

695{
696 std::lock_guard lock(m_error_mutex);
697 m_last_error.clear();
698}

References m_error_mutex, and m_last_error.

Referenced by close().

+ Here is the caller graph for this function: