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

Method DecodingComplete

module/gmp-openh264.cpp:976–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974 }
975
976 virtual void DecodingComplete() {
977 shutting_down = true;
978
979 // Release the reference to the external objects, because it is no longer safe to call them
980 host_ = nullptr;
981 callback_ = nullptr;
982 TearDownDecoder();
983
984 Release();
985 }
986
987 private:
988 virtual ~OpenH264VideoDecoder() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected