summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx
diff options
context:
space:
mode:
authorYounes Manton <[email protected]>2010-06-06 13:31:53 -0400
committerYounes Manton <[email protected]>2010-06-06 13:31:53 -0400
commit511cb3fbf9352540dd667aa6b3bb7e24c93a4ce6 (patch)
treeb6f92fbd2f5b3510c6702e91bd3723495c405233 /src/gallium/drivers/nvfx
parent6414952efe3b53fd33d73d592da74975a1075330 (diff)
vl: Decode to XRGB, not ARGB.
Diffstat (limited to 'src/gallium/drivers/nvfx')
-rw-r--r--src/gallium/drivers/nvfx/nvfx_video_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_video_context.c b/src/gallium/drivers/nvfx/nvfx_video_context.c
index 4e21f35f40d..9212ae57fc0 100644
--- a/src/gallium/drivers/nvfx/nvfx_video_context.c
+++ b/src/gallium/drivers/nvfx/nvfx_video_context.c
@@ -45,5 +45,5 @@ nvfx_video_create(struct pipe_screen *screen, enum pipe_video_profile profile,
VL_MPEG12_MC_RENDERER_BUFFER_PICTURE,
VL_MPEG12_MC_RENDERER_EMPTY_BLOCK_XFER_ONE,
true,
- PIPE_FORMAT_VUYA);
+ PIPE_FORMAT_VUYX);
}