summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorNicolas F <ovdev@fratti.ch>2017-10-23 10:53:28 +0200
committerMartin Herkt <652892+lachs0r@users.noreply.github.com>2017-12-03 21:24:18 +0100
commit744b67d9e554c1aea78f3fd3c92adc5bd79339ae (patch)
treeb75378c2bea712070a0619be43e92ad70501347c /video
parent1a9fb7937a1a4d32065a144a2dc960bba04ddf10 (diff)
downloadmpv-744b67d9e554c1aea78f3fd3c92adc5bd79339ae.tar.bz2
mpv-744b67d9e554c1aea78f3fd3c92adc5bd79339ae.tar.xz
Fix various typos in log messages
Diffstat (limited to 'video')
-rw-r--r--video/out/gpu/lcms.c2
-rw-r--r--video/out/opengl/hwdec_vaegl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/video/out/gpu/lcms.c b/video/out/gpu/lcms.c
index 8747ae6aa6..3552351219 100644
--- a/video/out/gpu/lcms.c
+++ b/video/out/gpu/lcms.c
@@ -236,7 +236,7 @@ static cmsHPROFILE get_vid_profile(struct gl_lcms *p, cmsContext cms,
}
// Otherwise, warn the user and generate the profile as usual
- MP_WARN(p, "Video contained an invalid ICC profile! Ignoring..\n");
+ MP_WARN(p, "Video contained an invalid ICC profile! Ignoring...\n");
}
// The input profile for the transformation is dependent on the video
diff --git a/video/out/opengl/hwdec_vaegl.c b/video/out/opengl/hwdec_vaegl.c
index 597b81a2b5..b4587c5eb9 100644
--- a/video/out/opengl/hwdec_vaegl.c
+++ b/video/out/opengl/hwdec_vaegl.c
@@ -497,7 +497,7 @@ static void determine_working_formats(struct ra_hwdec *hw)
AVHWFramesConstraints *fc =
av_hwdevice_get_hwframe_constraints(p->ctx->av_device_ref, NULL);
if (!fc) {
- MP_WARN(hw, "failed to retrieve libavutil frame constaints\n");
+ MP_WARN(hw, "failed to retrieve libavutil frame constraints\n");
goto done;
}
for (int n = 0; fc->valid_sw_formats[n] != AV_PIX_FMT_NONE; n++) {