From a32445f65a09383aff64f43d0d52196872f0e2c6 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 04 十二月 2019 16:36:53 +0800
Subject: [PATCH] add videoChannelCount,imgChannelCount,audioChannelCount

---
 fileanalysis.proto |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/fileanalysis.proto b/fileanalysis.proto
index 9a8279f..1ec012e 100644
--- a/fileanalysis.proto
+++ b/fileanalysis.proto
@@ -20,7 +20,9 @@
 }
 
 message FileAnalysisSetting {
-    bool videoEnable    =1;
-    string fileDirectory   =2;
-    int32 channelCount      =3;
+    bool videoEnable             =1;
+    string fileDirectory         =2;
+    int32 videoChannelCount      =3;
+    int32 imgChannelCount        =4;
+    int32 audioChannelCount      =5;
 }
\ No newline at end of file

--
Gitblit v1.8.0