Commit d41a2e44 authored by Waldo Bastian's avatar Waldo Bastian

Handle some of the newer buffer types in vaCreateBuffer

parent 53a15fcb
......@@ -737,11 +737,14 @@ VAStatus dummy_CreateBuffer(
{
case VAPictureParameterBufferType:
case VAIQMatrixBufferType:
case VABitPlaneBufferType:
case VASliceGroupMapBufferType:
case VASliceParameterBufferType:
case VASliceDataBufferType:
case VAMacroblockParameterBufferType:
case VAResidualDataBufferType:
case VADeblockingParameterBufferType:
case VAImageBufferType:
/* Ok */
break;
default:
......
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