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:
Leo Liu 2018-01-12 10:20:06 -05:00
parent 996a397719
commit 3d0b561f34

View file

@ -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;