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_vc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vaapi_vc1.c') diff --git a/libavcodec/vaapi_vc1.c b/libavcodec/vaapi_vc1.c index 137526972a..b3777f5186 100644 --- a/libavcodec/vaapi_vc1.c +++ b/libavcodec/vaapi_vc1.c @@ -142,7 +142,7 @@ static int vaapi_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t vactx->slice_param_size = sizeof(VASliceParameterBufferVC1); /* Fill in VAPictureParameterBufferVC1 */ - pic_param = ff_vaapi_alloc_picture(vactx, sizeof(VAPictureParameterBufferVC1)); + pic_param = ff_vaapi_alloc_pic_param(vactx, sizeof(VAPictureParameterBufferVC1)); if (!pic_param) return -1; pic_param->forward_reference_picture = 0xffffffff; -- cgit v1.2.3