Hi, On Thu, Jan 24, 2013 at 7:56 AM, Janne Grunau <[email protected]> wrote: > --- > libavcodec/h264.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/h264.c b/libavcodec/h264.c > index 9e9384b..38a6f5e 100644 > --- a/libavcodec/h264.c > +++ b/libavcodec/h264.c > @@ -2556,6 +2556,7 @@ static int h264_slice_header_init(H264Context *h, int > reinit) > memcpy(c, h->s.thread_context[i], sizeof(MpegEncContext)); > memset(&c->s + 1, 0, sizeof(H264Context) - > sizeof(MpegEncContext)); > c->h264dsp = h->h264dsp; > + c->h264qpel = h->h264qpel;
OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
