Skip to content

Commit

Permalink
Always dump binary buffer
Browse files Browse the repository at this point in the history
Signed-off-by: Yao, Leyu <[email protected]>
  • Loading branch information
leyu-yao committed Oct 27, 2023
1 parent b4870fd commit a468455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions va/va_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -5456,6 +5456,8 @@ static void va_TraceAV1Buf(
DPY2TRACECTX(dpy, context, VA_INVALID_ID);

switch (type) {
default:
va_TraceVABuffers(dpy, context, buffer, type, size, num_elements, pbuf);
case VAPictureParameterBufferType:
va_TraceVAPictureParameterBufferAV1(dpy, context, buffer, type, size, num_elements, pbuf);
break;
Expand All @@ -5477,9 +5479,7 @@ static void va_TraceAV1Buf(
case VAEncPackedHeaderParameterBufferType:
va_TraceVAEncPackedHeaderParameterBufferType(dpy, context, buffer, type, size, num_elements, pbuf);
break;
default:
va_TraceVABuffers(dpy, context, buffer, type, size, num_elements, pbuf);
break;

}
}

Expand Down

0 comments on commit a468455

Please sign in to comment.