Revision 8b086712 libavcodec/vaapi_internal.h
libavcodec/vaapi_internal.h | ||
---|---|---|
45 | 45 |
int ff_vaapi_common_end_frame(MpegEncContext *s); |
46 | 46 |
|
47 | 47 |
/** Allocate a new picture parameter buffer */ |
48 |
void *ff_vaapi_alloc_picture(struct vaapi_context *vactx, unsigned int size);
|
|
48 |
void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size);
|
|
49 | 49 |
|
50 | 50 |
/** Allocate a new IQ matrix buffer */ |
51 | 51 |
void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size); |
Also available in: Unified diff