mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
avcodec/v4l2_m2m_enc: fix typo in log message
Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
parent
dc180cd815
commit
6852b85020
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user