Re: [FFmpeg-devel] [PATCH 3/6] lavc/audiotoolboxenc: fix iOS build

2016-03-29 Thread crossle song
OK, I'll try your all patch before about audiotoolbox On Wed, Mar 30, 2016 at 5:01 AM, Rodger Combs wrote: > > > On Mar 27, 2016, at 21:13, crossle song wrote: > > > > Work well on iPhone 6, but on iPhone 4S iOS 9.0, return [aac_at @ > > 0x1702a400] Encode error: -50, can not work > > I don't

Re: [FFmpeg-devel] [PATCH 3/6] lavc/audiotoolboxenc: fix iOS build

2016-03-29 Thread crossle song
Please merge the audiotoolbox patch On Wed, Mar 30, 2016 at 10:07 AM, crossle song wrote: > OK, I'll try your all patch before about audiotoolbox > > On Wed, Mar 30, 2016 at 5:01 AM, Rodger Combs > wrote: > >> >> > On Mar 27, 2016, at 21:13, crossle song wrote: >> > >> > Work well on iPhone 6,

Re: [FFmpeg-devel] [PATCH 3/6] lavc/audiotoolboxenc: fix iOS build

2016-03-29 Thread Rodger Combs
> On Mar 27, 2016, at 21:13, crossle song wrote: > > Work well on iPhone 6, but on iPhone 4S iOS 9.0, return [aac_at @ > 0x1702a400] Encode error: -50, can not work I don't have a test setup for iOS devices (nor a 4S to test on); does this case work correctly with your patch, but not mine? W

Re: [FFmpeg-devel] [PATCH 3/6] lavc/audiotoolboxenc: fix iOS build

2016-03-27 Thread crossle song
Work well on iPhone 6, but on iPhone 4S iOS 9.0, return [aac_at @ 0x1702a400] Encode error: -50, can not work On Mon, Mar 28, 2016 at 8:47 AM, Michael Niedermayer wrote: > On Sun, Mar 27, 2016 at 12:20:24PM -0500, Rodger Combs wrote: > > --- > > libavcodec/audiotoolboxenc.c | 7 ++- > > 1

Re: [FFmpeg-devel] [PATCH 3/6] lavc/audiotoolboxenc: fix iOS build

2016-03-27 Thread Michael Niedermayer
On Sun, Mar 27, 2016 at 12:20:24PM -0500, Rodger Combs wrote: > --- > libavcodec/audiotoolboxenc.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) does this fix? http://fate.ffmpeg.org/report.cgi?time=20160323070044&slot=arm64-darwin-clang-apple-6.0 should be ok thx [...] -- Mic

[FFmpeg-devel] [PATCH 3/6] lavc/audiotoolboxenc: fix iOS build

2016-03-27 Thread Rodger Combs
--- libavcodec/audiotoolboxenc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavcodec/audiotoolboxenc.c b/libavcodec/audiotoolboxenc.c index 22352da..2fca15b 100644 --- a/libavcodec/audiotoolboxenc.c +++ b/libavcodec/audiotoolboxenc.c @@ -307,6 +307,7 @@ static av_c