Re: [FFmpeg-devel] [PATCH 1/3] aacdec: do not mutate input packet metadata

2017-03-09 Thread wm4
On Wed, 8 Mar 2017 14:28:33 +0100 Michael Niedermayer wrote: > On Wed, Mar 08, 2017 at 01:40:10PM +0100, wm4 wrote: > > Apparently the demuxer outputs the wrong padding for HE-AAC (based on > > the raw sample rate, or so). aacdec contains a hack to adjust the muxer > > padding accordingly before

Re: [FFmpeg-devel] [PATCH 1/3] aacdec: do not mutate input packet metadata

2017-03-08 Thread Michael Niedermayer
On Wed, Mar 08, 2017 at 01:40:10PM +0100, wm4 wrote: > Apparently the demuxer outputs the wrong padding for HE-AAC (based on > the raw sample rate, or so). aacdec contains a hack to adjust the muxer > padding accordingly before it's used to trim the decoder output. This > modified the packet side d

[FFmpeg-devel] [PATCH 1/3] aacdec: do not mutate input packet metadata

2017-03-08 Thread wm4
Apparently the demuxer outputs the wrong padding for HE-AAC (based on the raw sample rate, or so). aacdec contains a hack to adjust the muxer padding accordingly before it's used to trim the decoder output. This modified the packet side data, which in combination with the old decoding API would cha