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

Method DestroyInputFrame_m

module/gmp-openh264.cpp:777–779  ·  view source on GitHub ↗

These frames must be destroyed on the main thread.

Source from the content-addressed store, hash-verified

775
776 // These frames must be destroyed on the main thread.
777 void DestroyInputFrame_m (GMPVideoi420Frame* frame) {
778 frame->Destroy();
779 }
780
781
782 private:

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected