diff vaapi.c @ 10723:3f08c340020f libavcodec

Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
author gb
date Mon, 28 Dec 2009 09:02:16 +0000
parents f0732d44f655
children de8d07d87c45
line wrap: on
line diff
--- a/vaapi.c	Sun Dec 27 14:32:23 2009 +0000
+++ b/vaapi.c	Mon Dec 28 09:02:16 2009 +0000
@@ -185,7 +185,7 @@
     if (commit_slices(vactx) < 0)
         goto done;
     if (vactx->n_slice_buf_ids > 0) {
-        if (render_picture(vactx, ff_vaapi_get_surface(s->current_picture_ptr)) < 0)
+        if (render_picture(vactx, ff_vaapi_get_surface_id(s->current_picture_ptr)) < 0)
             goto done;
         ff_draw_horiz_band(s, 0, s->avctx->height);
     }