From f20294c1ff9046c0ad7d7f9173ab2b8762e99fa8 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期一, 02 十二月 2019 20:07:53 +0800 Subject: [PATCH] fix fileSetting --- fileanalysis.proto | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fileanalysis.proto b/fileanalysis.proto index 58105eb..da2c45c 100644 --- a/fileanalysis.proto +++ b/fileanalysis.proto @@ -19,7 +19,7 @@ } message FileAnalysisSetting { - bool videoFileEnable =1; - string videoDirectory =2; + bool videoEnable =1; + string fileDirectory =2; int32 channelCount =3; } \ No newline at end of file -- Gitblit v1.8.0