]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vaapi.c
Re-add the list of parameters for the unsharp filter, I somehow lost
[ffmpeg] / libavcodec / vaapi.c
index 7912198e5d62ddeaceac11e1ba6b8a6e1e330847..10f9054278490bcfe93a7fa86204be2e8ed43ca9 100644 (file)
@@ -129,7 +129,7 @@ static void *alloc_buffer(struct vaapi_context *vactx, int type, unsigned int si
     return data;
 }
 
-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)
 {
     return alloc_buffer(vactx, VAPictureParameterBufferType, size, &vactx->pic_param_buf_id);
 }