summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorAndriy Gelman <andriy.gelman@gmail.com>2019-10-27 00:19:47 -0400
committerAman Gupta <aman@tmm1.net>2019-11-01 15:19:55 -0700
commit53c21c2d6bebba887be9a30de204875fb41b1169 (patch)
treea01a0143d43b70dbcc372200d4610cb8d0a07fff /libavcodec
parent1aec1183f3e82e9aa20fe23d961f663c1efc45fb (diff)
downloadffmpeg-streaming-53c21c2d6bebba887be9a30de204875fb41b1169.zip
ffmpeg-streaming-53c21c2d6bebba887be9a30de204875fb41b1169.tar.gz
avcodec/v4l2_m2m: Fix indentation
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/v4l2_m2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v4l2_m2m.c b/libavcodec/v4l2_m2m.c
index 358f587..1112d71 100644
--- a/libavcodec/v4l2_m2m.c
+++ b/libavcodec/v4l2_m2m.c
@@ -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);
OpenPOWER on IntegriCloud