From f2f7064e560a83fc78d0e5b1d3a7d4aaac119a49 Mon Sep 17 00:00:00 2001 From: Christian König Date: Mon, 15 Jul 2013 03:48:04 -0600 Subject: vl: rename pipe_video_decoder to pipe_video_codec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- src/gallium/drivers/softpipe/sp_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/softpipe/sp_context.c') diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c index 14cfdc8c23b..6796ad29c17 100644 --- a/src/gallium/drivers/softpipe/sp_context.c +++ b/src/gallium/drivers/softpipe/sp_context.c @@ -228,7 +228,7 @@ softpipe_create_context( struct pipe_screen *screen, softpipe->pipe.render_condition = softpipe_render_condition; - softpipe->pipe.create_video_decoder = vl_create_decoder; + softpipe->pipe.create_video_codec = vl_create_decoder; softpipe->pipe.create_video_buffer = vl_video_buffer_create; /* -- cgit v1.2.3