avcodec/v4l2_m2m: Fix indentation

Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
Andriy Gelman 2019-10-27 00:19:47 -04:00 committed by Aman Gupta
parent 1aec1183f3
commit 53c21c2d6b
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ int ff_v4l2_m2m_codec_init(V4L2m2mPriv *priv)
strncpy(s->devname, node, strlen(node) + 1);
ret = v4l2_probe_driver(s);
if (!ret)
break;
break;
}
closedir(dirp);