Skip to content

Commit

Permalink
Add aresample filter and fix build image
Browse files Browse the repository at this point in the history
  • Loading branch information
emilong committed Dec 11, 2024
1 parent b1a6b1b commit 6a196be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: artifacts/

release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs:
- package-linux
steps:
Expand Down
1 change: 1 addition & 0 deletions common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a196be

Please sign in to comment.