summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi.c
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-12-28 09:02:16 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-12-28 09:02:16 +0000
commit36ad2b3ee014cac0f2d688dc9ef8cc92e07f73c8 (patch)
treefc259577152ce7219f5dd94fbbbbd7c6fa776f91 /libavcodec/vaapi.c
parent6399c17d545e9666e3eece87b136d0107a900c5d (diff)
Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
Originally committed as revision 20941 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vaapi.c')
-rw-r--r--libavcodec/vaapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vaapi.c b/libavcodec/vaapi.c
index be73d0fea6..7912198e5d 100644
--- a/libavcodec/vaapi.c
+++ b/libavcodec/vaapi.c
@@ -185,7 +185,7 @@ int ff_vaapi_common_end_frame(MpegEncContext *s)
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);
}