[FFmpeg-cvslog] vaapi: fix argument for ff_vaapi_common_end_frame call
Janne Grunau
git at videolan.org
Fri Mar 15 13:28:29 CET 2013
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Thu Mar 14 15:12:30 2013 +0100| [b066d90211072c7532e17c0c54d8475f10fc97ad] | committer: Janne Grunau
vaapi: fix argument for ff_vaapi_common_end_frame call
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b066d90211072c7532e17c0c54d8475f10fc97ad
---
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;
}
More information about the ffmpeg-cvslog
mailing list