[FFmpeg-cvslog] vaapi: fix argument for ff_vaapi_common_end_frame call

Janne Grunau git at videolan.org
Sat Apr 13 10:10:07 CEST 2013


ffmpeg | branch: release/1.2 | Janne Grunau <janne-libav at jannau.net> | Thu Mar 14 15:12:30 2013 +0100| [f0dc5c04194f82db95167b7a2a0e481fc123cba2] | committer: Carl Eugen Hoyos

vaapi: fix argument for ff_vaapi_common_end_frame call
(cherry picked from commit b066d90211072c7532e17c0c54d8475f10fc97ad)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f0dc5c04194f82db95167b7a2a0e481fc123cba2
---

 libavcodec/vaapi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/vaapi.c b/libavcodec/vaapi.c
index fc869bd..a220a9d 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