summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2018-06-04 10:27:42 +0200
committerMarton Balint <cus@passwd.hu>2018-06-13 00:09:48 +0200
commitba8a1d161820f9e5f1485118a0f508e312f69a8b (patch)
tree4af682bb1ca45f0ba174beeac4db8e1fb2288726 /libavdevice/decklink_common.h
parent643123b29d4072f27be9b348d03069b648dbddf9 (diff)
avdevice/decklink_dec: use std::atomic for decklink_input_callback refcounting
Also remove the callback from the context, and add proper error handling. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/decklink_common.h')
-rw-r--r--libavdevice/decklink_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h
index 57ee7d1d68..f416134b8a 100644
--- a/libavdevice/decklink_common.h
+++ b/libavdevice/decklink_common.h
@@ -56,7 +56,6 @@ struct decklink_ctx {
IDeckLinkConfiguration *cfg;
IDeckLinkAttributes *attr;
decklink_output_callback *output_callback;
- decklink_input_callback *input_callback;
/* DeckLink mode information */
BMDTimeValue bmd_tb_den;