summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ffv1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index cd361f7f43..0c0062edcc 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;