Skip to content

Commit 70593e3

Browse files
committed
add filter for handling out of sync video/audio
1 parent ce231c4 commit 70593e3

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"
48+
FLAGS="$FLAGS --enable-filter=aresample,resample,crop,adelay"
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)