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

Method Release

libavdevice/decklink_dec.cpp:651–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651ULONG decklink_input_callback::Release(void)
652{
653 int ret = --_refs;
654 if (!ret)
655 delete this;
656 return ret;
657}
658
659static int64_t get_pkt_pts(IDeckLinkVideoInputFrame_v14_2_1 *videoFrame,
660 IDeckLinkAudioInputPacket *audioFrame,

Callers 15

decklink_object_freeFunction · 0.45
handle_klvFunction · 0.45
get_bmd_timecodeFunction · 0.45
ff_decklink_read_headerFunction · 0.45
decklink_create_iteratorFunction · 0.45
decklink_get_attr_stringFunction · 0.45
ff_decklink_set_configsFunction · 0.45
ff_decklink_set_formatFunction · 0.45
ff_decklink_list_devicesFunction · 0.45
ff_decklink_list_formatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected