[g3dvl] remove empty block handling for now
[mesa.git] / src / gallium / drivers / nvfx / nvfx_video_context.c
index 9212ae57fc06b4aebe2c17575e9a0ba42a36d0e0..58e1c0baa27d75c2b6855ec2f54ce1e7d4b8f2d3 100644 (file)
@@ -43,7 +43,6 @@ nvfx_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);
 }