Commit d4085b6b authored by reimar's avatar reimar

Typo in error message

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7265 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2ee7cedf
......@@ -225,7 +225,7 @@ static int decode_init(AVCodecContext *avctx) {
case 32: avctx->pix_fmt = PIX_FMT_RGBA32; break;
default:
av_log(avctx, AV_LOG_ERROR,
"CamStudio codec error: unvalid depth %i bpp\n",
"CamStudio codec error: invalid depth %i bpp\n",
avctx->bits_per_sample);
return 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