Sanitize unimplemented functions

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
Paul Kocialkowski
2018-04-23 17:08:05 +02:00
parent 4b7e71668e
commit 6be573d090
4 changed files with 45 additions and 16 deletions
+3 -1
View File
@@ -204,4 +204,6 @@ VAStatus SunxiCedrusBufferSetNumElements(VADriverContextP context,
VAStatus SunxiCedrusBufferInfo(VADriverContextP context, VABufferID buffer_id,
VABufferType *type, unsigned int *size, unsigned int *count)
{ return VA_STATUS_ERROR_UNIMPLEMENTED; }
{
return VA_STATUS_ERROR_UNIMPLEMENTED;
}