Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
extern
"C"
{
165
static void decklink_object_free(void *opaque, uint8_t *data)
166
{
167
IUnknown *obj = (class IUnknown *)opaque;
168
obj->Release();
169
}
170
}
171
172
static int get_vanc_line_idx(BMDDisplayMode mode)
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected