diff options
author | Marton Balint <cus@passwd.hu> | 2016-06-19 00:35:44 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-06-26 19:18:06 +0200 |
commit | cf0a05668b9999178deebad8221d1bfb32d81c2a (patch) | |
tree | b12a44fcd288fc97d5a528c3956bf5359f71a1b9 /libavdevice/decklink_common.h | |
parent | da89c6e37cf2fb3645611e8196cc28b6acfb9bd6 (diff) | |
download | ffmpeg-cf0a05668b9999178deebad8221d1bfb32d81c2a.tar.gz |
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.h | 2 |
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; |