|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::IO::FFmpegMuxContext::close | ( | ) |
Write the container trailer, flush avio, and release all resources.
av_write_trailer is called only if write_header() previously succeeded. Safe to call multiple times or on a context that was never successfully opened.
Definition at line 63 of file FFmpegMuxContext.cpp.
References format_context, m_header_written, and m_last_error.
Referenced by open(), MayaFlux::IO::SoundFileWriter::worker_loop(), MayaFlux::IO::VideoFileWriter::worker_loop(), and ~FFmpegMuxContext().
Here is the caller graph for this function: