diff 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
line wrap: on
line diff
--- a/vaapi_internal.h	Mon Dec 28 09:02:16 2009 +0000
+++ b/vaapi_internal.h	Mon Dec 28 09:03:09 2009 +0000
@@ -45,7 +45,7 @@
 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);