]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_psnr.c
Fix a few heigth/height typo.
[ffmpeg] / libavfilter / vf_psnr.c
index 4915816da36e923b8a00fe0ea1dbd8772912b086..082612ad54bb2d0b0861bca88f58bb4ce67a066b 100644 (file)
@@ -246,7 +246,7 @@ static int config_input_ref(AVFilterLink *inlink)
     s->nb_components = desc->nb_components;
     if (ctx->inputs[0]->w != ctx->inputs[1]->w ||
         ctx->inputs[0]->h != ctx->inputs[1]->h) {
-        av_log(ctx, AV_LOG_ERROR, "Width and heigth of input videos must be same.\n");
+        av_log(ctx, AV_LOG_ERROR, "Width and height of input videos must be same.\n");
         return AVERROR(EINVAL);
     }
     if (ctx->inputs[0]->format != ctx->inputs[1]->format) {