mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/v4l2_m2m: Fix indentation
Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
parent
1aec1183f3
commit
53c21c2d6b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue