diff options
Diffstat (limited to 'v4l2-mfc-example/common.h')
-rw-r--r-- | v4l2-mfc-example/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-mfc-example/common.h b/v4l2-mfc-example/common.h index ea5a9d7..d338d5e 100644 --- a/v4l2-mfc-example/common.h +++ b/v4l2-mfc-example/common.h @@ -167,6 +167,7 @@ struct instance { char *p[MAX_BUFS]; int dbuf[MAX_BUFS]; int dmabuf; + char ignore_format_change; } fimc; /* MFC related parameters */ |