FS-7500: add SFF_USE_VIDEO_TIMESTAMP to tell video write frame if it needs to use a timer or not for timestamps

This commit is contained in:
Anthony Minessale
2014-11-18 17:36:55 -06:00
parent 4752c76b8b
commit 87c3b919aa
4 changed files with 18 additions and 11 deletions
+2 -1
View File
@@ -1498,7 +1498,8 @@ typedef enum {
SFF_WAIT_KEY_FRAME = (1 << 12),
SFF_RAW_RTP_PARSE_FRAME = (1 << 13),
SFF_PICTURE_RESET = (1 << 14),
SFF_SAME_IMAGE = (1 << 15)
SFF_SAME_IMAGE = (1 << 15),
SFF_USE_VIDEO_TIMESTAMP = (1 << 16)
} switch_frame_flag_enum_t;
typedef uint32_t switch_frame_flag_t;