MCPcopy 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

GetAncillaryDataMethod · 0.45
SetAncillaryDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected