summaryrefslogtreecommitdiffstats
path: root/server/red_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/red_common.h')
-rw-r--r--server/red_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/red_common.h b/server/red_common.h
index b397be51..49ba3ad3 100644
--- a/server/red_common.h
+++ b/server/red_common.h
@@ -88,6 +88,13 @@ typedef enum {
IMAGE_COMPRESS_OFF,
} image_compression_t;
+enum {
+ STREAM_VIDEO_INVALID,
+ STREAM_VIDEO_OFF,
+ STREAM_VIDEO_ALL,
+ STREAM_VIDEO_FILTER
+};
+
static inline uint64_t get_time_stamp()
{
struct timespec time_space;