MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / decklink_object_free

Function decklink_object_free

libavdevice/decklink_dec.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164extern "C" {
165static void decklink_object_free(void *opaque, uint8_t *data)
166{
167 IUnknown *obj = (class IUnknown *)opaque;
168 obj->Release();
169}
170}
171
172static int get_vanc_line_idx(BMDDisplayMode mode)

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected