summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common_c.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-10-13 23:56:45 +0200
committerMarton Balint <cus@passwd.hu>2016-10-21 20:24:12 +0200
commit2f3015c25aaecf0307a82e38099c04b783223013 (patch)
treec44ae7c0315ea46205f4f7fcc5ffd9b21a052415 /libavdevice/decklink_common_c.h
parentfecb3e82a4ba09dc11a51ad0961ab491881a53a1 (diff)
downloadffmpeg-2f3015c25aaecf0307a82e38099c04b783223013.tar.gz
lavd/decklink_dec: add option to disable drawing bars on signal loss
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/decklink_common_c.h')
-rw-r--r--libavdevice/decklink_common_c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h
index 3c5f218713..d5656317ae 100644
--- a/libavdevice/decklink_common_c.h
+++ b/libavdevice/decklink_common_c.h
@@ -46,6 +46,7 @@ struct decklink_cctx {
DecklinkPtsSource video_pts_source;
int audio_input;
int video_input;
+ int draw_bars;
};
#endif /* AVDEVICE_DECKLINK_COMMON_C_H */