Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ AddRef
Method
AddRef
libavdevice/decklink_enc.cpp:132–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
return S_OK;
131
}
132
virtual ULONG STDMETHODCALLTYPE AddRef(void) { return ++_refs; }
133
virtual ULONG STDMETHODCALLTYPE Release(void)
134
{
135
int ret = --_refs;
Callers
2
GetAncillaryData
Method · 0.45
SetAncillaryData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected