Re: [FFmpeg-devel] [PATCH] avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping the Dav1dPicture

2019-03-19 Thread James Almer
On 3/18/2019 10:38 AM, James Almer wrote: > Removes an av_malloc() per frame. > > Signed-off-by: James Almer > --- > libavcodec/libdav1d.c | 20 > 1 file changed, 4 insertions(+), 16 deletions(-) Pushed. ___ ffmpeg-devel mailing l

[FFmpeg-devel] [PATCH] avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping the Dav1dPicture

2019-03-18 Thread James Almer
Removes an av_malloc() per frame. Signed-off-by: James Almer --- libavcodec/libdav1d.c | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/libavcodec/libdav1d.c b/libavcodec/libdav1d.c index d9079cbbef..30c6eccfef 100644 --- a/libavcodec/libdav1d.c +++ b/lib