mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 02:18:10 +02:00
g3dvl: Unbreak debug build.
This commit is contained in:
parent
181d034ad5
commit
09878fb91a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue