mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Cosmetics: Reindent after last commit.
This commit is contained in:
parent
9d5141d1fb
commit
0b607228bf
@ -937,8 +937,8 @@ static int v4l2_read_header(AVFormatContext *ctx)
|
|||||||
|
|
||||||
st->codecpar->format = ff_fmt_v4l2ff(desired_format, codec_id);
|
st->codecpar->format = ff_fmt_v4l2ff(desired_format, codec_id);
|
||||||
if (st->codecpar->format != AV_PIX_FMT_NONE)
|
if (st->codecpar->format != AV_PIX_FMT_NONE)
|
||||||
s->frame_size = av_image_get_buffer_size(st->codecpar->format,
|
s->frame_size = av_image_get_buffer_size(st->codecpar->format,
|
||||||
s->width, s->height, 1);
|
s->width, s->height, 1);
|
||||||
|
|
||||||
if ((res = mmap_init(ctx)) ||
|
if ((res = mmap_init(ctx)) ||
|
||||||
(res = mmap_start(ctx)) < 0)
|
(res = mmap_start(ctx)) < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user