Re: [FFmpeg-devel] [PATCH 1/2] avcodec/aac_adtstoasc: move the reference in the bsf internal buffer

2018-03-18 Thread James Almer
On 3/18/2018 11:21 AM, James Almer wrote: > On 3/16/2018 8:16 PM, James Almer wrote: >> There's no need to allocate a new packet for it. >> >> Signed-off-by: James Almer >> --- >> libavcodec/aac_adtstoasc_bsf.c | 33 ++--- >> 1 file changed, 14 insertions(+), 19 deleti

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/aac_adtstoasc: move the reference in the bsf internal buffer

2018-03-18 Thread James Almer
On 3/16/2018 8:16 PM, James Almer wrote: > There's no need to allocate a new packet for it. > > Signed-off-by: James Almer > --- > libavcodec/aac_adtstoasc_bsf.c | 33 ++--- > 1 file changed, 14 insertions(+), 19 deletions(-) > > diff --git a/libavcodec/aac_adtstoasc

[FFmpeg-devel] [PATCH 1/2] avcodec/aac_adtstoasc: move the reference in the bsf internal buffer

2018-03-16 Thread James Almer
There's no need to allocate a new packet for it. Signed-off-by: James Almer --- libavcodec/aac_adtstoasc_bsf.c | 33 ++--- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/libavcodec/aac_adtstoasc_bsf.c b/libavcodec/aac_adtstoasc_bsf.c index 49f1f095e6.