1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

avdevice/decklink: addition of PTS_SRC_NB in enum DecklinkPtsSource

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Vishwanath Dixit
2018-01-15 13:52:11 +05:30
committed by Marton Balint
parent 7c27bbd590
commit dfa2523bdd
2 changed files with 3 additions and 2 deletions

View File

@@ -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 {