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

◆ is_valid()

bool MayaFlux::IO::VideoEncodeContext::is_valid ( ) const
inline

True if codec, scaler, and scratch frame are all ready.

Definition at line 94 of file VideoEncodeContext.hpp.

95 {
97 }
AVFrame * m_scratch_frame
Owned scratch buffer for encoder input.
SwsContext * sws_context
Owned; freed in destructor.
AVCodecContext * codec_context
Owned; freed in destructor.

Referenced by drain(), and encode_frame().

+ Here is the caller graph for this function: