summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example/common.h
diff options
context:
space:
mode:
authorKamil Debski <k.debski@samsung.com>2014-06-23 14:01:17 +0200
committerKamil Debski <k.debski@samsung.com>2014-08-07 16:01:27 +0200
commit0edbb0f97b0b5136d16313e48ff5a79714abc0a7 (patch)
tree46db8dfa29e40fa94ca9fc4f1ca8e3baa36231b5 /v4l2-mfc-example/common.h
parent487381abe368a430cdfb226cf69f6ba6e2481eff (diff)
v4l2-mfc-example: Add support for disabling FIMC
The FIMC can now be disabled, so that only MFC can be tested by the application. Signed-off-by: Kamil Debski <k.debski@samsung.com>
Diffstat (limited to 'v4l2-mfc-example/common.h')
-rw-r--r--v4l2-mfc-example/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-mfc-example/common.h b/v4l2-mfc-example/common.h
index f07c19a..3f55283 100644
--- a/v4l2-mfc-example/common.h
+++ b/v4l2-mfc-example/common.h
@@ -123,6 +123,7 @@ struct instance {
/* Semaphores are used to synchronise FIMC thread with
* the MFC thread */
sem_t done;
+ char enabled;
} fimc;
/* MFC related parameters */