comparison 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
comparison
equal deleted inserted replaced
10723:3f08c340020f 10724:de8d07d87c45
127 vaMapBuffer(vactx->display, *buf_id, &data); 127 vaMapBuffer(vactx->display, *buf_id, &data);
128 128
129 return data; 129 return data;
130 } 130 }
131 131
132 void *ff_vaapi_alloc_picture(struct vaapi_context *vactx, unsigned int size) 132 void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size)
133 { 133 {
134 return alloc_buffer(vactx, VAPictureParameterBufferType, size, &vactx->pic_param_buf_id); 134 return alloc_buffer(vactx, VAPictureParameterBufferType, size, &vactx->pic_param_buf_id);
135 } 135 }
136 136
137 void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size) 137 void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size)