diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-09-09 20:23:41 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-09-09 20:23:41 +0000 |
commit | 23e05db79cf02a4fa1ef6e2f1158d11b4bf406b6 (patch) | |
tree | 3f5cea91784a0adecb53d6d6dfd6eea12b62f915 /libavcodec | |
parent | 65d45cea34322def60856130995e186a6f9862cd (diff) | |
download | ffmpeg-23e05db79cf02a4fa1ef6e2f1158d11b4bf406b6.tar.gz |
Fix indentation.
Originally committed as revision 25089 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/cscd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cscd.c b/libavcodec/cscd.c index e4f4b8f825..801565164f 100644 --- a/libavcodec/cscd.c +++ b/libavcodec/cscd.c @@ -224,7 +224,7 @@ static av_cold int decode_init(AVCodecContext *avctx) { 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; |