Commit 51c0b9519bbc873116760b64da31619a470935a4
1 parent
ecf41dca
修改目击者视频机审时间
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
| ... | ... | @@ -179,7 +179,7 @@ public class VideosControllerApi { |
| 179 | 179 | } |
| 180 | 180 | //如果审核类型是机审 |
| 181 | 181 | } else if (shyVideos1.getShenhe_type() == CommonConst.AUDIT_TYPE_MACHANE) { |
| 182 | - //"目击者"视频,小于60秒的抽帧 | |
| 182 | + //"目击者"视频,小于300秒的抽帧 | |
| 183 | 183 | if (CommonUtils.isNotNull(duration) && duration < 300) { |
| 184 | 184 | shyVideos1 = avsample(shyVideos1); |
| 185 | 185 | } else { | ... | ... |