[g3dvl] remove empty block handling for now
[mesa.git] / src / gallium / drivers / r600 / r600_video_context.c
index 2bbf622052b7a9166291e7210989eaf287855506..b3885db0f552e51837a0b15afb10dd46457eefa0 100644 (file)
@@ -16,7 +16,6 @@ r600_video_create(struct pipe_screen *screen, enum pipe_video_profile profile,
 
    return sp_video_create_ex(pipe, profile, chroma_format, width, height,
                              VL_MPEG12_MC_RENDERER_BUFFER_PICTURE,
-                             VL_MPEG12_MC_RENDERER_EMPTY_BLOCK_XFER_ONE,
                              true,
                              PIPE_FORMAT_VUYX);
 }