diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index cd361f7f439ffabfea843f66695e9cd53581b545..0c0062edcc401193527427c86f1cd8b619eacd48 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -675,7 +675,7 @@ static av_cold int encode_init(AVCodecContext *avctx) return -1; } if(avctx->bits_per_raw_sample <=8){ - av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample inavlid\n"); + av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample invalid\n"); return -1; } s->version= 1;