summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-mfc-example/common.h')
-rw-r--r--v4l2-mfc-example/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-mfc-example/common.h b/v4l2-mfc-example/common.h
index 1fc3243..3b3e5a3 100644
--- a/v4l2-mfc-example/common.h
+++ b/v4l2-mfc-example/common.h
@@ -121,7 +121,7 @@ struct instance {
unsigned int crtc_id;
#ifdef DRM
struct drm_exynos_gem_create gem[MAX_BUFS];
- struct drm_exynos_gem_mmap mmap[MAX_BUFS];
+ struct drm_mode_map_dumb mmap[MAX_BUFS];
drmModeRes *resources;
#endif
char enabled;