vaapi: fix argument for ff_vaapi_common_end_frame call

(cherry picked from commit b066d90211)
This commit is contained in:
Janne Grunau
2013-03-14 15:12:30 +01:00
committed by Carl Eugen Hoyos
parent df8c36265a
commit f0dc5c0419

View File

@@ -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;
}