Commit 8578433d authored by Andriy Gelman's avatar Andriy Gelman Committed by Mark Thompson

avcodec/v4l2_m2m: Fix typo in log message and cosmetics

Signed-off-by: 's avatarAndriy Gelman <andriy.gelman@gmail.com>
parent 17ece3f7
...@@ -83,7 +83,7 @@ static inline int v4l2_get_ext_ctrl(V4L2m2mContext *s, unsigned int id, signed i ...@@ -83,7 +83,7 @@ static inline int v4l2_get_ext_ctrl(V4L2m2mContext *s, unsigned int id, signed i
ret = ioctl(s->fd, VIDIOC_G_EXT_CTRLS, &ctrls); ret = ioctl(s->fd, VIDIOC_G_EXT_CTRLS, &ctrls);
if (ret < 0) { if (ret < 0) {
av_log(s->avctx, AV_LOG_WARNING, "Failed to set %s\n", name); av_log(s->avctx, AV_LOG_WARNING, "Failed to get %s\n", name);
return ret; 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