Commit e9cc8736 authored by Aman Gupta's avatar Aman Gupta

avcodec/v4l2_m2m: fix minor indentation issue

parent b6c6f56e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment