From 8b0867121e71afa9c5ab59d283c1075be8ac4182 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 28 Dec 2009 09:03:09 +0000 Subject: Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). Originally committed as revision 20942 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vaapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vaapi.c') diff --git a/libavcodec/vaapi.c b/libavcodec/vaapi.c index 7912198e5d..10f9054278 100644 --- a/libavcodec/vaapi.c +++ b/libavcodec/vaapi.c @@ -129,7 +129,7 @@ static void *alloc_buffer(struct vaapi_context *vactx, int type, unsigned int si return data; } -void *ff_vaapi_alloc_picture(struct vaapi_context *vactx, unsigned int size) +void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size) { return alloc_buffer(vactx, VAPictureParameterBufferType, size, &vactx->pic_param_buf_id); } -- cgit v1.2.3