Browse Source

Typo in error message

Originally committed as revision 7265 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Reimar Döffinger 18 years ago
parent
commit
2c04fc1f8c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/cscd.c

+ 1
- 1
libavcodec/cscd.c View File

@@ -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;
}


Loading…
Cancel
Save