MCPcopy Create free account
hub / github.com/cisco/openh264 / InitEncoder

Method InitEncoder

codec/encoder/plus/src/welsEncoderExt.cpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void CWelsH264SVCEncoder::InitEncoder (void) {
165
166 m_pWelsTrace = new welsCodecTrace();
167 if (m_pWelsTrace == NULL) {
168 return;
169 }
170 m_pWelsTrace->SetCodecInstance (this);
171}
172
173/* Interfaces override from ISVCEncoder */
174

Callers

nothing calls this directly

Calls 1

SetCodecInstanceMethod · 0.80

Tested by

no test coverage detected