diff --git a/src/video.c b/src/video.c index b8a75a0..3ccbb29 100644 --- a/src/video.c +++ b/src/video.c @@ -51,7 +51,7 @@ static struct video_format formats[] = { .v4l2_buffers_count = 1, .v4l2_mplane = false, .drm_format = DRM_FORMAT_NV12, - .drm_modifier = DRM_FORMAT_MOD_ALLWINNER_MB32_TILED, + .drm_modifier = DRM_FORMAT_MOD_ALLWINNER_TILED, .planes_count = 2, .bpp = 16 },