Skip to content

Commit 67633d0

Browse files
committed
ffmpeg2: add volume filter
1 parent 764577a commit 67633d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/ffmpeg2/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function build_ffmpeg2() {
4545
FLAGS="--disable-everything"
4646
FLAGS="$FLAGS --enable-parser=h264,aac"
4747
FLAGS="$FLAGS --enable-decoder=h263,h264,aac"
48-
FLAGS="$FLAGS --enable-filter=aresample,resample,crop,adelay"
48+
FLAGS="$FLAGS --enable-filter=aresample,resample,crop,adelay,volume"
4949
FLAGS="$FLAGS --enable-protocol=file,http,https,tls_openssl"
5050
FLAGS="$FLAGS --enable-demuxer=sdp --enable-pic"
5151
FLAGS="$FLAGS --enable-small"

0 commit comments

Comments
 (0)