Commit 51c0b9519bbc873116760b64da31619a470935a4

Authored by 王言钊
1 parent ecf41dca

修改目击者视频机审时间

src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
@@ -179,7 +179,7 @@ public class VideosControllerApi { @@ -179,7 +179,7 @@ public class VideosControllerApi {
179 } 179 }
180 //如果审核类型是机审 180 //如果审核类型是机审
181 } else if (shyVideos1.getShenhe_type() == CommonConst.AUDIT_TYPE_MACHANE) { 181 } else if (shyVideos1.getShenhe_type() == CommonConst.AUDIT_TYPE_MACHANE) {
182 - //"目击者"视频,小于60秒的抽帧 182 + //"目击者"视频,小于300秒的抽帧
183 if (CommonUtils.isNotNull(duration) && duration < 300) { 183 if (CommonUtils.isNotNull(duration) && duration < 300) {
184 shyVideos1 = avsample(shyVideos1); 184 shyVideos1 = avsample(shyVideos1);
185 } else { 185 } else {