From c21a480fee57e6238ac75c712243159e5c38ee3f Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 28 十一月 2019 18:15:42 +0800 Subject: [PATCH] add channelCount to fileAnalysisSetting --- fileanalysis.proto | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fileanalysis.proto b/fileanalysis.proto index d51fd73..304dd04 100644 --- a/fileanalysis.proto +++ b/fileanalysis.proto @@ -19,4 +19,5 @@ message FileAnalysisSetting { bool videoFileEnable =1; string videoDirectory =2; + int32 channelCount =3; } \ No newline at end of file -- Gitblit v1.8.0