mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
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
Block a user