Revision 8b086712 libavcodec/vaapi.c
libavcodec/vaapi.c | ||
---|---|---|
129 | 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 | 134 |
return alloc_buffer(vactx, VAPictureParameterBufferType, size, &vactx->pic_param_buf_id); |
135 | 135 |
} |
Also available in: Unified diff