From fd8cfc20ca7ff7463637859ea226c8a5b19b83b0 Mon Sep 17 00:00:00 2001 From: xufulong <839789740@qq.com> Date: Sat, 30 Oct 2021 00:31:00 +0800 Subject: [PATCH] rename CMakeList.txt --- app/src/main/cpp/sox/{CmakeLists.txt => CMakeLists.txt} | 0 app/src/main/cpp/video_filter.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/src/main/cpp/sox/{CmakeLists.txt => CMakeLists.txt} (100%) diff --git a/app/src/main/cpp/sox/CmakeLists.txt b/app/src/main/cpp/sox/CMakeLists.txt similarity index 100% rename from app/src/main/cpp/sox/CmakeLists.txt rename to app/src/main/cpp/sox/CMakeLists.txt diff --git a/app/src/main/cpp/video_filter.c b/app/src/main/cpp/video_filter.c index 70a533f..e5fa2a7 100644 --- a/app/src/main/cpp/video_filter.c +++ b/app/src/main/cpp/video_filter.c @@ -17,7 +17,7 @@ #include "ffmpeg_jni_define.h" #define TAG "VideoFilter" -#define ENABLE_MEDIACODEC 1 +#define ENABLE_MEDIACODEC 0 AVFormatContext *pFormatCtx; AVCodecContext *pCodecCtx;