summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-06-19 00:35:44 +0200
committerMarton Balint <cus@passwd.hu>2016-06-26 19:18:06 +0200
commitcf0a05668b9999178deebad8221d1bfb32d81c2a (patch)
treeb12a44fcd288fc97d5a528c3956bf5359f71a1b9 /libavdevice/decklink_common.h
parentda89c6e37cf2fb3645611e8196cc28b6acfb9bd6 (diff)
avdevice/decklink: add support for setting input packet timestamp source
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/decklink_common.h')
-rw-r--r--libavdevice/decklink_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h
index 44edf19a6f..a4ac3034c5 100644
--- a/libavdevice/decklink_common.h
+++ b/libavdevice/decklink_common.h
@@ -82,6 +82,8 @@ struct decklink_ctx {
int64_t teletext_lines;
double preroll;
int duplex_mode;
+ DecklinkPtsSource audio_pts_source;
+ DecklinkPtsSource video_pts_source;
int frames_preroll;
int frames_buffer;