Mercurial > libavcodec.hg
changeset 4289:b2a291ea653f libavcodec
Typo in error message
author | reimar |
---|---|
date | Sat, 09 Dec 2006 13:13:45 +0000 |
parents | 892dba2cf52a |
children | e7dfc2743e26 |
files | cscd.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cscd.c Fri Dec 08 13:25:37 2006 +0000 +++ b/cscd.c Sat Dec 09 13:13:45 2006 +0000 @@ -225,7 +225,7 @@ 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; }