Re: [FFmpeg-devel] [PATCH 3/4] aacsbr: Associate SBR data with AAC elements on init

2017-02-13 Thread Carl Eugen Hoyos
2017-02-13 6:37 GMT+01:00 Alex Converse : > On Thu, Feb 9, 2017 at 4:11 PM, Carl Eugen Hoyos wrote: >> >> 2017-02-09 18:40 GMT+01:00 Alex Converse : >> > Quiets some log spam on pure upsampling mode. >> >> Please mention ticket #5163. > > Done Thank you. >> For the whole patchset, I suggest you

Re: [FFmpeg-devel] [PATCH 3/4] aacsbr: Associate SBR data with AAC elements on init

2017-02-12 Thread Alex Converse
On Thu, Feb 9, 2017 at 4:11 PM, Carl Eugen Hoyos wrote: > > 2017-02-09 18:40 GMT+01:00 Alex Converse : > > Quiets some log spam on pure upsampling mode. > > Please mention ticket #5163. > Done > For the whole patchset, I suggest you push as soon as everybody > agrees on the function prefixes. >

Re: [FFmpeg-devel] [PATCH 3/4] aacsbr: Associate SBR data with AAC elements on init

2017-02-09 Thread Carl Eugen Hoyos
2017-02-09 18:40 GMT+01:00 Alex Converse : > Quiets some log spam on pure upsampling mode. Please mention ticket #5163. For the whole patchset, I suggest you push as soon as everybody agrees on the function prefixes. Could you review my patch for ticket #1614? https://ffmpeg.org/pipermail/ffmpeg

[FFmpeg-devel] [PATCH 3/4] aacsbr: Associate SBR data with AAC elements on init

2017-02-09 Thread Alex Converse
Quiets some log spam on pure upsampling mode. --- libavcodec/aacdec_template.c | 2 +- libavcodec/aacsbr.h | 2 +- libavcodec/aacsbr_template.c | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libavcodec/aacdec_template.c b/libavcodec/aacdec_template.c index 2a06f82