comparison vaapi_internal.h @ 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
43 43
44 /** Common AVHWAccel.end_frame() implementation */ 44 /** Common AVHWAccel.end_frame() implementation */
45 int ff_vaapi_common_end_frame(MpegEncContext *s); 45 int ff_vaapi_common_end_frame(MpegEncContext *s);
46 46
47 /** Allocate a new picture parameter buffer */ 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 /** Allocate a new IQ matrix buffer */ 50 /** Allocate a new IQ matrix buffer */
51 void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size); 51 void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size);
52 52
53 /** Allocate a new bit-plane buffer */ 53 /** Allocate a new bit-plane buffer */