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

Method Openf

codec/console/common/src/read_config.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void CReadConfig::Openf (const char* kpStrFile) {
78 if (kpStrFile != NULL && strlen (kpStrFile) > 0) { // confirmed_safe_unsafe_usage
79 m_strCfgFileName = kpStrFile;
80 m_pCfgFile = fopen (kpStrFile, "r");
81 }
82}
83
84long CReadConfig::ReadLine (std::string* pVal, const int kiValSize/* = 4*/) {
85 if (m_pCfgFile == NULL || pVal == NULL || kiValSize <= 1)

Callers 1

ProcessEncodingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected