Commit 4da4386e authored by cehoyos's avatar cehoyos

Fix typo.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19639 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9dd2aa12
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment