You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/v4l2_m2m_enc: fix typo in log message
Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user