You've already forked FFmpeg
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:
committed by
Marton Balint
parent
7c27bbd590
commit
dfa2523bdd
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user