mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-17 20:25:26 +08:00
Typo in error message
Originally committed as revision 7265 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -225,7 +225,7 @@ static int decode_init(AVCodecContext *avctx) {
|
|||||||
case 32: avctx->pix_fmt = PIX_FMT_RGBA32; break;
|
case 32: avctx->pix_fmt = PIX_FMT_RGBA32; break;
|
||||||
default:
|
default:
|
||||||
av_log(avctx, AV_LOG_ERROR,
|
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);
|
avctx->bits_per_sample);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user