On Thu, Mar 14, 2013 at 03:13:01PM +0100, Janne Grunau wrote: > --- > libavcodec/vaapi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vaapi.c b/libavcodec/vaapi.c > index 9c07c8d..0532daf 100644 > --- a/libavcodec/vaapi.c > +++ b/libavcodec/vaapi.c > @@ -212,7 +212,7 @@ int ff_vaapi_mpeg_end_frame(AVCodecContext *avctx) > ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); > > finish: > - ff_vaapi_common_end_frame(avctx->priv_data); > + ff_vaapi_common_end_frame(avctx); > return ret; > } > > --
OK _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
