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

◆ clear_error()

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

Definition at line 699 of file VideoFileReader.cpp.

700{
701 std::lock_guard lock(m_error_mutex);
702 m_last_error.clear();
703}

References m_error_mutex, and m_last_error.

Referenced by close().

+ Here is the caller graph for this function: