buffer: cosmetic change

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard
2018-04-20 10:05:31 +02:00
parent d10aec071b
commit d988545672
+1 -2
View File
@@ -54,8 +54,7 @@ VAStatus sunxi_cedrus_CreateBuffer(VADriverContextP ctx, VAContextID context,
memset(plane, 0, sizeof(struct v4l2_plane));
/* Validate type */
switch (type)
{
switch (type) {
case VAPictureParameterBufferType:
case VAIQMatrixBufferType: /* Ignored */
case VASliceParameterBufferType: