Re: [FFmpeg-devel] [PATCH 1/2] filter_units, trace_headers: Always use fragment from context

2019-02-25 Thread Mark Thompson
On 11/02/2019 22:47, Andreas Rheinhardt wrote: > This is in preparation for another patch that will stop needless > reallocations of the unit array. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/filter_units_bsf.c | 8 > libavcodec/trace_headers_bsf.c | 13 +++-- >

[FFmpeg-devel] [PATCH 1/2] filter_units, trace_headers: Always use fragment from context

2019-02-11 Thread Andreas Rheinhardt
This is in preparation for another patch that will stop needless reallocations of the unit array. Signed-off-by: Andreas Rheinhardt --- libavcodec/filter_units_bsf.c | 8 libavcodec/trace_headers_bsf.c | 13 +++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git