Mercurial > libavcodec.hg
changeset 12479:ca1896830b44 libavcodec
Fix indentation.
author | reimar |
---|---|
date | Thu, 09 Sep 2010 20:23:41 +0000 |
parents | 5942c42c44e5 |
children | 14896fa76003 |
files | cscd.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cscd.c Thu Sep 09 19:21:16 2010 +0000 +++ b/cscd.c Thu Sep 09 20:23:41 2010 +0000 @@ -224,7 +224,7 @@ av_log(avctx, AV_LOG_ERROR, "CamStudio codec error: invalid depth %i bpp\n", avctx->bits_per_coded_sample); - return 1; + return 1; } c->bpp = avctx->bits_per_coded_sample; c->pic.data[0] = NULL;