Commit 0685f070 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Fix H.264 PicParam buffer trace.

parent 6dc2d5c5
...@@ -887,7 +887,7 @@ static void va_TraceH264Buf( ...@@ -887,7 +887,7 @@ static void va_TraceH264Buf(
{ {
switch (type) { switch (type) {
case VAPictureParameterBufferType: case VAPictureParameterBufferType:
va_TraceVAPictureParameterBufferMPEG2(dpy, context, buffer, type, size, num_elements, pbuf); va_TraceVAPictureParameterBufferH264(dpy, context, buffer, type, size, num_elements, pbuf);
break; break;
case VAIQMatrixBufferType: case VAIQMatrixBufferType:
va_TraceVAIQMatrixBufferH264(dpy, context, buffer, type, size, num_elements, pbuf); va_TraceVAIQMatrixBufferH264(dpy, context, buffer, type, size, num_elements, pbuf);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment