diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-12-28 09:03:09 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-12-28 09:03:09 +0000 |
commit | 8b0867121e71afa9c5ab59d283c1075be8ac4182 (patch) | |
tree | d247f017860a2f689c24d97549367fc9716d63ca /libavcodec/vaapi_internal.h | |
parent | 36ad2b3ee014cac0f2d688dc9ef8cc92e07f73c8 (diff) | |
download | ffmpeg-8b0867121e71afa9c5ab59d283c1075be8ac4182.tar.gz |
Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().
Originally committed as revision 20942 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vaapi_internal.h')
-rw-r--r-- | libavcodec/vaapi_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vaapi_internal.h b/libavcodec/vaapi_internal.h index 2283980a24..2c0fdf945e 100644 --- a/libavcodec/vaapi_internal.h +++ b/libavcodec/vaapi_internal.h @@ -45,7 +45,7 @@ static inline VASurfaceID ff_vaapi_get_surface_id(Picture *pic) int ff_vaapi_common_end_frame(MpegEncContext *s); /** Allocate a new picture parameter buffer */ -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); /** Allocate a new IQ matrix buffer */ void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size); |