Browse Source

Cosmetics: Reindent after last commit.

tags/n3.3
Carl Eugen Hoyos 9 years ago
parent
commit
0b607228bf
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavdevice/v4l2.c

+ 2
- 2
libavdevice/v4l2.c View File

@@ -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)


Loading…
Cancel
Save