We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce231c4 commit 70593e3Copy full SHA for 70593e3
recipes/ffmpeg2/recipe.sh
@@ -45,7 +45,7 @@ function build_ffmpeg2() {
45
FLAGS="--disable-everything"
46
FLAGS="$FLAGS --enable-parser=h264,aac"
47
FLAGS="$FLAGS --enable-decoder=h263,h264,aac"
48
- FLAGS="$FLAGS --enable-filter=aresample,resample,crop"
+ FLAGS="$FLAGS --enable-filter=aresample,resample,crop,adelay"
49
FLAGS="$FLAGS --enable-protocol=file,http,https,tls_openssl"
50
FLAGS="$FLAGS --enable-demuxer=sdp --enable-pic"
51
FLAGS="$FLAGS --enable-small"
0 commit comments