]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cfhd.c
Merge commit '54dd9b1cdd9e54f1ee39ae25af0324f8aba2831b'
[ffmpeg] / libavcodec / cfhd.c
index 74facd462d6e8a073d305d8cf1d79db821b82794..e8f859c8aa88300367308404c8720b9fb90e4999 100644 (file)
@@ -513,7 +513,7 @@ static int cfhd_decode(AVCodecContext *avctx, void *data, int *got_frame,
             }
 
             if (highpass_height > highpass_a_height || highpass_width > highpass_a_width || a_expected < expected) {
-                av_log(avctx, AV_LOG_ERROR, "Too many highpass coefficents\n");
+                av_log(avctx, AV_LOG_ERROR, "Too many highpass coefficients\n");
                 ret = AVERROR(EINVAL);
                 goto end;
             }