From 8b0867121e71afa9c5ab59d283c1075be8ac4182 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 28 Dec 2009 09:03:09 +0000 Subject: Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). Originally committed as revision 20942 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vaapi_mpeg2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vaapi_mpeg2.c') diff --git a/libavcodec/vaapi_mpeg2.c b/libavcodec/vaapi_mpeg2.c index b6bd6fdb13..1281f9ae0d 100644 --- a/libavcodec/vaapi_mpeg2.c +++ b/libavcodec/vaapi_mpeg2.c @@ -49,7 +49,7 @@ static int vaapi_mpeg2_start_frame(AVCodecContext *avctx, av_unused const uint8_ vactx->slice_param_size = sizeof(VASliceParameterBufferMPEG2); /* Fill in VAPictureParameterBufferMPEG2 */ - pic_param = ff_vaapi_alloc_picture(vactx, sizeof(VAPictureParameterBufferMPEG2)); + pic_param = ff_vaapi_alloc_pic_param(vactx, sizeof(VAPictureParameterBufferMPEG2)); if (!pic_param) return -1; pic_param->horizontal_size = s->width; -- cgit v1.2.3