Index: Makefile =================================================================== --- Makefile (revision 453524) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= libav PORTVERSION= 12.1 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Index: files/patch-libavcodec_libfaac.c =================================================================== --- files/patch-libavcodec_libfaac.c (nonexistent) +++ files/patch-libavcodec_libfaac.c (working copy) @@ -0,0 +1,13 @@ +--- libavcodec/libfaac.c.orig 2017-05-14 19:25:01 UTC ++++ libavcodec/libfaac.c +@@ -115,7 +115,9 @@ static av_cold int Faac_encode_init(AVCo + } + faac_cfg->mpegVersion = MPEG4; + faac_cfg->useTns = 0; +- faac_cfg->allowMidside = 1; ++ //Do not set allowMidside for API compatibility with faac, ++ //see https://github.com/knik0/faac/issues/8 for details ++ //faac_cfg->allowMidside = 1; + faac_cfg->bitRate = avctx->bit_rate / avctx->channels; + faac_cfg->bandWidth = avctx->cutoff; + if(avctx->flags & AV_CODEC_FLAG_QSCALE) { Property changes on: files/patch-libavcodec_libfaac.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property