Re: [FFmpeg-devel] [PATCH] aac: Rework extradata parsing code

2018-04-18 Thread Michael Niedermayer
On Tue, Apr 17, 2018 at 11:47:00AM -0400, Vittorio Giovara wrote: > - enable the parsing code > - use the new buffer instead of replacing the context one > - do not push/pop configuration, just discard the exiting one > - propagate errors correctly > --- > > ping > > > libavcodec/aacdec_templat

Re: [FFmpeg-devel] [PATCH] aac: Rework extradata parsing code

2018-04-17 Thread wm4
On Tue, 17 Apr 2018 11:47:00 -0400 Vittorio Giovara wrote: > - enable the parsing code > - use the new buffer instead of replacing the context one > - do not push/pop configuration, just discard the exiting one > - propagate errors correctly > --- > > ping > > > libavcodec/aacdec_template.c |

[FFmpeg-devel] [PATCH] aac: Rework extradata parsing code

2018-04-17 Thread Vittorio Giovara
- enable the parsing code - use the new buffer instead of replacing the context one - do not push/pop configuration, just discard the exiting one - propagate errors correctly --- ping libavcodec/aacdec_template.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) dif

[FFmpeg-devel] [PATCH] aac: Rework extradata parsing code

2018-04-12 Thread Vittorio Giovara
- enable the parsing code - use the new buffer instead of replacing the context one - do not push/pop configuration, just discard the exiting one - propagate errors correctly --- libavcodec/aacdec_template.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git