Re: [libav-devel] [PATCH] libavcodec/options.c: handle hw_frames_ctx where necessary

2016-05-24 Thread Mark Thompson
On 22/05/16 21:31, Andrey Turkin wrote: > > avcodec_copy_context didn't handle hw_frames_ctx references > correctly which could cause crashes. > --- > libavcodec/options.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/libavcodec/options.c b/libavcodec/options.c > index 49c8ae

[libav-devel] [PATCH] libavcodec/options.c: handle hw_frames_ctx where necessary

2016-05-22 Thread Andrey Turkin
avcodec_copy_context didn't handle hw_frames_ctx references correctly which could cause crashes. --- libavcodec/options.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavcodec/options.c b/libavcodec/options.c index 49c8aea..73273f4 100644 --- a/libavcodec/options.c +++ b/libavco