[FFmpeg-devel] [PATCH 2/2] avcodec/v4l2_m2m: Fix indentation

Andriy Gelman andriy.gelman at gmail.com
Sun Oct 27 06:19:47 EET 2019


From: Andriy Gelman <andriy.gelman at gmail.com>

---
 libavcodec/v4l2_m2m.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/v4l2_m2m.c b/libavcodec/v4l2_m2m.c
index 358f587797..1112d71ead 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);
-- 
2.23.0



More information about the ffmpeg-devel mailing list