Re: [FFmpeg-devel] [PATCH] cavsdec: unref frame before referencing again

2016-10-21 Thread Andreas Cadhalpun
On 21.10.2016 02:31, Michael Niedermayer wrote: > On Thu, Oct 20, 2016 at 10:16:17PM +0200, Andreas Cadhalpun wrote: >> This fixes asserts (from commit 13aae8) in av_frame_ref and >> av_frame_move_ref. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/cavsdec.c | 2 ++ >> 1 file changed

Re: [FFmpeg-devel] [PATCH] cavsdec: unref frame before referencing again

2016-10-20 Thread Michael Niedermayer
On Thu, Oct 20, 2016 at 10:16:17PM +0200, Andreas Cadhalpun wrote: > This fixes asserts (from commit 13aae8) in av_frame_ref and > av_frame_move_ref. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/cavsdec.c | 2 ++ > 1 file changed, 2 insertions(+) should be ok thx [...] -- Michael

[FFmpeg-devel] [PATCH] cavsdec: unref frame before referencing again

2016-10-20 Thread Andreas Cadhalpun
This fixes asserts (from commit 13aae8) in av_frame_ref and av_frame_move_ref. Signed-off-by: Andreas Cadhalpun --- libavcodec/cavsdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/cavsdec.c b/libavcodec/cavsdec.c index 70ac6f8..fed7043 100644 --- a/libavcodec/cavsdec.c +++