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

Method SetAncillaryData

libavdevice/decklink_enc.cpp:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109 }
110 virtual HRESULT STDMETHODCALLTYPE SetAncillaryData(IDeckLinkVideoFrameAncillary *ancillary)
111 {
112 if (_ancillary)
113 _ancillary->Release();
114 _ancillary = ancillary;
115 _ancillary->AddRef();
116 return S_OK;
117 }
118 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, LPVOID *ppv)
119 {
120 if (DECKLINK_IsEqualIID(riid, IID_IUnknown)) {

Callers 1

decklink_construct_vancFunction · 0.80

Calls 2

ReleaseMethod · 0.45
AddRefMethod · 0.45

Tested by

no test coverage detected