Browse Source

avcodec/v4l2_m2m: fix minor indentation issue

tags/n4.3
Aman Gupta 6 years ago
parent
commit
e9cc873636
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/v4l2_m2m.c

+ 1
- 1
libavcodec/v4l2_m2m.c View File

@@ -337,7 +337,7 @@ int ff_v4l2_m2m_codec_end(AVCodecContext *avctx)

ret = ff_v4l2_context_set_status(&s->output, VIDIOC_STREAMOFF);
if (ret)
av_log(avctx, AV_LOG_ERROR, "VIDIOC_STREAMOFF %s\n", s->output.name);
av_log(avctx, AV_LOG_ERROR, "VIDIOC_STREAMOFF %s\n", s->output.name);

ret = ff_v4l2_context_set_status(&s->capture, VIDIOC_STREAMOFF);
if (ret)


Loading…
Cancel
Save