Commit 5811e6a2 authored by Waldo Bastian's avatar Waldo Bastian

Do no attempt vaCreateBuffer with VAImageBufferType

parent d2e4f9b2
......@@ -80,7 +80,6 @@ VABufferType buffer_types[] =
VAMacroblockParameterBufferType,
VAResidualDataBufferType,
VADeblockingParameterBufferType,
VAImageBufferType
};
unsigned int buffer_sizes[] =
......@@ -94,7 +93,6 @@ unsigned int buffer_sizes[] =
sizeof(VAMacroblockParameterBufferMPEG2),
32*1024,
15*1024,
32*1024,
};
......
......@@ -80,7 +80,6 @@ VABufferType buffer_types[] =
VAMacroblockParameterBufferType,
VAResidualDataBufferType,
VADeblockingParameterBufferType,
VAImageBufferType
};
unsigned int buffer_sizes[] =
......@@ -94,7 +93,6 @@ unsigned int buffer_sizes[] =
sizeof(VAMacroblockParameterBufferMPEG2),
32*1024,
15*1024,
32*1024,
};
......
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