Commit 6852b850 authored by Aman Gupta's avatar Aman Gupta

avcodec/v4l2_m2m_enc: fix typo in log message

Signed-off-by: 's avatarAman Gupta <aman@tmm1.net>
parent dc180cd8
......@@ -261,7 +261,7 @@ static int v4l2_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)
if (!output->streamon) {
ret = ff_v4l2_context_set_status(output, VIDIOC_STREAMON);
if (ret) {
av_log(avctx, AV_LOG_ERROR, "VIDIOC_STREAMOFF failed on output context\n");
av_log(avctx, AV_LOG_ERROR, "VIDIOC_STREAMON failed on output context\n");
return 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