Module: Mesa
Branch: pipe-video
Commit: 09878fb91a9eeac83056ef9907b09d916a8c99f4
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=09878fb91a9eeac83056ef9907b09d916a8c99f4

Author: Younes Manton <[email protected]>
Date:   Sat Nov  7 19:45:47 2009 -0500

g3dvl: Unbreak debug build.

---

 src/gallium/drivers/softpipe/sp_video_context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_video_context.c 
b/src/gallium/drivers/softpipe/sp_video_context.c
index e6c8aff..f7231dc 100644
--- a/src/gallium/drivers/softpipe/sp_video_context.c
+++ b/src/gallium/drivers/softpipe/sp_video_context.c
@@ -339,7 +339,7 @@ sp_video_create_ex(struct pipe_context *pipe, enum 
pipe_video_profile profile,
                    enum VL_MPEG12_MC_RENDERER_EMPTY_BLOCK eb_handling,
                    bool pot_buffers)
 {
-   assert(screen);
+   assert(pipe);
    assert(width && height);
 
    switch (u_reduce_video_profile(profile)) {

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to