From 6a196be12f71e13ae312c1e7f29b8b46f013a4f1 Mon Sep 17 00:00:00 2001 From: Emil Ong Date: Tue, 10 Dec 2024 17:51:17 -0800 Subject: [PATCH] Add aresample filter and fix build image --- .github/workflows/build.yml | 2 +- common.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5472ea9..c707249 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: path: artifacts/ release: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: - package-linux steps: diff --git a/common.sh b/common.sh index 219458b..7880d05 100644 --- a/common.sh +++ b/common.sh @@ -39,6 +39,7 @@ FFMPEG_CONFIGURE_FLAGS=( --disable-filters --enable-filter=aformat --enable-filter=anull + --enable-filter=aresample --enable-filter=atrim --enable-filter=format --enable-filter=null