Re: [FFmpeg-devel] [PATCH 1/3] avcodec/rpza: Move frame allocation to a later point

2018-12-19 Thread Michael Niedermayer
On Sun, Dec 16, 2018 at 09:43:05PM +0100, Michael Niedermayer wrote: > This will allow performing some fast checks before the slow allocation > > Signed-off-by: Michael Niedermayer > --- > libavcodec/rpza.c | 14 -- > 1 file changed, 8 insertions(+), 6 deletions(-) will apply [...]

[FFmpeg-devel] [PATCH 1/3] avcodec/rpza: Move frame allocation to a later point

2018-12-16 Thread Michael Niedermayer
This will allow performing some fast checks before the slow allocation Signed-off-by: Michael Niedermayer --- libavcodec/rpza.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c index b71ebd1cbe..cffbfe4416 100644 --- a/libav