From 744b67d9e554c1aea78f3fd3c92adc5bd79339ae Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Mon, 23 Oct 2017 10:53:28 +0200 Subject: Fix various typos in log messages --- video/out/gpu/lcms.c | 2 +- video/out/opengl/hwdec_vaegl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'video') 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++) { -- cgit v1.2.3