Re: [FFmpeg-devel] [PATCH 10/16] avcodec/svq3: Avoid allocations for SVQ3Frames

2020-09-13 Thread Andreas Rheinhardt
Andreas Rheinhardt: > These frames can be made part of the SVQ3Context; notice that the pointers > to the frames have been retained in order to allow to just swap them as > the code already does. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/svq3.c | 14 -- > 1 file chang

[FFmpeg-devel] [PATCH 10/16] avcodec/svq3: Avoid allocations for SVQ3Frames

2020-09-12 Thread Andreas Rheinhardt
These frames can be made part of the SVQ3Context; notice that the pointers to the frames have been retained in order to allow to just swap them as the code already does. Signed-off-by: Andreas Rheinhardt --- libavcodec/svq3.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-)