mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 16:30:50 +02:00
st/va: remove TODO line for JPEG data buffer handling
Nothing to do Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
996a397719
commit
3d0b561f34
1 changed files with 0 additions and 1 deletions
|
|
@ -332,7 +332,6 @@ handleVASliceDataBufferType(vlVaContext *context, vlVaBuffer *buf)
|
|||
buffers[num_buffers] = (void *)context->mpeg4.start_code;
|
||||
sizes[num_buffers++] = context->mpeg4.start_code_size;
|
||||
case PIPE_VIDEO_FORMAT_JPEG:
|
||||
/* TODO */
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue