[FFmpeg-cvslog] Cosmetics: Reindent after last commit.

Carl Eugen Hoyos git at videolan.org
Wed Jan 25 01:56:25 EET 2017


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Jan 25 00:55:36 2017 +0100| [0b607228bf7260a13404ef98bf87bafeaeecbfa8] | committer: Carl Eugen Hoyos

Cosmetics: Reindent after last commit.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b607228bf7260a13404ef98bf87bafeaeecbfa8
---

 libavdevice/v4l2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index b57909bd..dada8ce 100644
--- a/libavdevice/v4l2.c
+++ b/libavdevice/v4l2.c
@@ -937,8 +937,8 @@ static int v4l2_read_header(AVFormatContext *ctx)
 
     st->codecpar->format = ff_fmt_v4l2ff(desired_format, codec_id);
     if (st->codecpar->format != AV_PIX_FMT_NONE)
-    s->frame_size = av_image_get_buffer_size(st->codecpar->format,
-                                             s->width, s->height, 1);
+        s->frame_size = av_image_get_buffer_size(st->codecpar->format,
+                                                 s->width, s->height, 1);
 
     if ((res = mmap_init(ctx)) ||
         (res = mmap_start(ctx)) < 0)



More information about the ffmpeg-cvslog mailing list