On Mon, 24 Mar 2014 03:01:49 +0100, Luca Barbato <[email protected]> wrote: > --- > libavcodec/pthread_frame.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c > index 1af8ff5..558a518 100644 > --- a/libavcodec/pthread_frame.c > +++ b/libavcodec/pthread_frame.c > @@ -206,6 +206,7 @@ static int update_context_from_thread(AVCodecContext > *dst, AVCodecContext *src, > > dst->hwaccel = src->hwaccel; > dst->hwaccel_context = src->hwaccel_context; > + dst->internal->hwaccel_priv_data = src->internal->hwaccel_priv_data;
The code looks ok, but the patch is out of order and should be squashed with the following commit. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
