Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / ffmpeg / libavcodec / msvideo1enc.c
index 6852c98..5e6cdfa 100644 (file)
@@ -266,7 +266,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
         return -1;
     }
     if((avctx->width&3) || (avctx->height&3)){
-        av_log(avctx, AV_LOG_ERROR, "width and height must be multiplies of 4\n");
+        av_log(avctx, AV_LOG_ERROR, "width and height must be multiples of 4\n");
         return -1;
     }