g3dvl: Unbreak debug build.

This commit is contained in:
Younes Manton 2009-11-07 19:45:47 -05:00
parent 181d034ad5
commit 09878fb91a

View file

@ -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)) {