FreeBSD Bugzilla – Attachment 187761 Details for
Bug 223448
multimedia/ffmpeg0: Retain API compatibility with faac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ffmpeg0 patch for upcoming faac update
ffmpeg0.diff.txt (text/plain), 1.51 KB, created by
Thomas Zander
on 2017-11-05 15:34:01 UTC
(
hide
)
Description:
ffmpeg0 patch for upcoming faac update
Filename:
MIME Type:
Creator:
Thomas Zander
Created:
2017-11-05 15:34:01 UTC
Size:
1.51 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 453524) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ffmpeg > PORTVERSION= 0.7.17 >-PORTREVISION= 8 >+PORTREVISION= 9 > PORTEPOCH= 1 > CATEGORIES= multimedia audio ipv6 net > MASTER_SITES= http://ffmpeg.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 2015-03-12 00:05:24 UTC >++++ libavcodec/libfaac.c >+@@ -84,7 +84,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 & 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
riggs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 223448
: 187761