diff options
author | Vishwanath Dixit <vdixit@akamai.com> | 2018-01-15 13:52:11 +0530 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-01-20 18:29:56 +0100 |
commit | dfa2523bdd820348634325edaf6e3ae2afb8c218 (patch) | |
tree | e83076b434a9eae0a3c992950fb4df4f0d2605ef /libavdevice/decklink_common_c.h | |
parent | 7c27bbd590e6d9da5b7b33163e7dce7876ef2b58 (diff) | |
download | ffmpeg-dfa2523bdd820348634325edaf6e3ae2afb8c218.tar.gz |
avdevice/decklink: addition of PTS_SRC_NB in enum DecklinkPtsSource
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/decklink_common_c.h')
-rw-r--r-- | libavdevice/decklink_common_c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h index ac6563a317..18097e2d5f 100644 --- a/libavdevice/decklink_common_c.h +++ b/libavdevice/decklink_common_c.h @@ -28,6 +28,7 @@ typedef enum DecklinkPtsSource { PTS_SRC_VIDEO = 2, PTS_SRC_REFERENCE = 3, PTS_SRC_WALLCLOCK = 4, + PTS_SRC_NB } DecklinkPtsSource; struct decklink_cctx { |