From 165b847532110650cc225e187bd1d06b6fb44b13 Mon Sep 17 00:00:00 2001 From: wuchunlei Date: Mon, 23 Dec 2024 09:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4org.bytedeco=20javacv-platfor?= =?UTF-8?q?m=201.5.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 5 ----- src/main/java/com/peanut/common/utils/SpdbUtil.java | 6 ------ 2 files changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index c5da59d8..da7f27e5 100644 --- a/pom.xml +++ b/pom.xml @@ -152,11 +152,6 @@ 3.12.5 - - org.bytedeco - javacv-platform - 1.5.6 - com.aliyun diff --git a/src/main/java/com/peanut/common/utils/SpdbUtil.java b/src/main/java/com/peanut/common/utils/SpdbUtil.java index b5592d24..b50b4693 100644 --- a/src/main/java/com/peanut/common/utils/SpdbUtil.java +++ b/src/main/java/com/peanut/common/utils/SpdbUtil.java @@ -8,7 +8,6 @@ import com.aliyun.vod20170321.models.*; import com.aliyuncs.profile.DefaultProfile; import com.aliyuncs.DefaultAcsClient; import com.aliyuncs.exceptions.ClientException; -import com.aliyuncs.http.MethodType; import com.aliyuncs.profile.IClientProfile; import com.aliyuncs.sts.model.v20150401.AssumeRoleRequest; import com.aliyuncs.sts.model.v20150401.AssumeRoleResponse; @@ -17,12 +16,7 @@ import com.peanut.modules.common.dao.VideoM3u8Dao; import com.peanut.modules.common.entity.VideoM3u8Entity; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; -//import org.bytedeco.javacv.FFmpegFrameGrabber; -//import org.bytedeco.javacv.FrameGrabber; - -import java.util.HashMap; import java.util.List; -import java.util.Map; @Component public class SpdbUtil {