Re: [libav-devel] [PATCH] avcodec/libdav1d: properly free all output picture references

2019-01-24 Thread Luca Barbato
On 23/01/2019 21:39, James Almer wrote: Dav1dPictures contain more than one buffer reference, so we're forced to use the API properly to free them all. Signed-off-by: James Almer --- libavcodec/libdav1d.c | 69 +++ 1 file changed, 37 insertions(+), 32

[libav-devel] [PATCH] avcodec/libdav1d: properly free all output picture references

2019-01-23 Thread James Almer
Dav1dPictures contain more than one buffer reference, so we're forced to use the API properly to free them all. Signed-off-by: James Almer --- libavcodec/libdav1d.c | 69 +++ 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/libavcodec/libdav