From 71ee815b5cb0612906f9400f9a06ce8b7cdd51b3 Mon Sep 17 00:00:00 2001 From: Christian König Date: Sat, 2 Apr 2011 19:50:37 +0200 Subject: [g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMAT It wasn't fully implemented anyway. --- src/gallium/drivers/nv40/nv40_video_context.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/drivers/nv40') diff --git a/src/gallium/drivers/nv40/nv40_video_context.c b/src/gallium/drivers/nv40/nv40_video_context.c index 35395e848fc..34bb7cdbdda 100644 --- a/src/gallium/drivers/nv40/nv40_video_context.c +++ b/src/gallium/drivers/nv40/nv40_video_context.c @@ -47,8 +47,7 @@ nv40_video_create(struct pipe_screen *screen, enum pipe_video_profile profile, return vl_create_mpeg12_context(pipe, profile, chroma_format, width, height, - true, - PIPE_FORMAT_XYUV); + true); default: return NULL; } -- cgit v1.2.3