mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
st/va: add break for MPEG4 data buffer handling case
Signed-off-by: Leo Liu <leo.liu@amd.com>
This commit is contained in:
parent
3d0b561f34
commit
d1833b8cd8
1 changed files with 1 additions and 0 deletions
|
|
@ -331,6 +331,7 @@ handleVASliceDataBufferType(vlVaContext *context, vlVaBuffer *buf)
|
|||
vlVaDecoderFixMPEG4Startcode(context);
|
||||
buffers[num_buffers] = (void *)context->mpeg4.start_code;
|
||||
sizes[num_buffers++] = context->mpeg4.start_code_size;
|
||||
break;
|
||||
case PIPE_VIDEO_FORMAT_JPEG:
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue