From e5cff5a3ef373a5090f45cd1dfb0b85d9c851d5d Mon Sep 17 00:00:00 2001
From: FuJuntang <strongtiger_001@163.com>
Date: 星期三, 06 七月 2022 10:04:09 +0800
Subject: [PATCH] Add video recorder and playback support.

---
 comm/proto_dbg.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/comm/proto_dbg.h b/comm/proto_dbg.h
index 5858a5f..f001b86 100644
--- a/comm/proto_dbg.h
+++ b/comm/proto_dbg.h
@@ -22,7 +22,6 @@
 };
 
 #ifdef PROTO_DEBUG
-
 void dump__wsdd__ProbeMatches(struct __wsdd__ProbeMatches *rep);
 void dump__GetPresetsResponse(struct _tptz__GetPresetsResponse *rep);
 void dump_tds__GetCapabilitiesResponse(struct _tds__GetCapabilitiesResponse *rep);
@@ -44,7 +43,6 @@
 void dump_trt__GetVideoEncoderConfigurationOptionsResponse(struct _trt__GetVideoEncoderConfigurationOptionsResponse *rep);
 void log_level_val(unsigned int level, const char *prestr, enum LOG_TYPE type, const void *val);
 #else
-
 #define dump__wsdd__ProbeMatches
 #define dump_tds__GetCapabilitiesResponse
 #define dump_tds__GetDeviceInformationResponse
@@ -63,6 +61,7 @@
 #define dump_trt__GetVideoEncoderConfigurationsResponse
 #define dump_trt__GetCompatibleVideoEncoderConfigurationsResponse
 #define dump_trt__GetVideoEncoderConfigurationOptionsResponse
+#define log_level_val
 
 #endif
 

--
Gitblit v1.8.0