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