git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d5141d
)
Cosmetics: Reindent after last commit.
author
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Tue, 24 Jan 2017 23:55:36 +0000
(
00:55
+0100)
committer
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Tue, 24 Jan 2017 23:55:36 +0000
(
00:55
+0100)
libavdevice/v4l2.c
patch
|
blob
|
history
diff --git
a/libavdevice/v4l2.c
b/libavdevice/v4l2.c
index
b57909b
..
dada8ce
100644
(file)
--- 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)