diff options
Diffstat (limited to 'v4l2-mfc-example')
-rw-r--r-- | v4l2-mfc-example/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-mfc-example/args.c b/v4l2-mfc-example/args.c index 9563dad..759b814 100644 --- a/v4l2-mfc-example/args.c +++ b/v4l2-mfc-example/args.c @@ -178,8 +178,8 @@ int parse_args(struct instance *i, int argc, char **argv) detect_video(i); i->drm.autodetect = 1; i->drm.enabled = 1; + i->ipp.enabled = 1; i->fimc.dmabuf = 1; - i->fimc.enabled = 1; break; case 'D': /* Name */ |