diff vaapi.c @ 10724:de8d07d87c45 libavcodec

Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().
author gb
date Mon, 28 Dec 2009 09:03:09 +0000
parents 3f08c340020f
children
line wrap: on
line diff
--- a/vaapi.c	Mon Dec 28 09:02:16 2009 +0000
+++ b/vaapi.c	Mon Dec 28 09:03:09 2009 +0000
@@ -129,7 +129,7 @@
     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);
 }