Browse Source

Fix indentation.

Originally committed as revision 25089 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Reimar Döffinger 14 years ago
parent
commit
23e05db79c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/cscd.c

+ 1
- 1
libavcodec/cscd.c View File

@@ -224,7 +224,7 @@ static av_cold int decode_init(AVCodecContext *avctx) {
av_log(avctx, AV_LOG_ERROR, av_log(avctx, AV_LOG_ERROR,
"CamStudio codec error: invalid depth %i bpp\n", "CamStudio codec error: invalid depth %i bpp\n",
avctx->bits_per_coded_sample); avctx->bits_per_coded_sample);
return 1;
return 1;
} }
c->bpp = avctx->bits_per_coded_sample; c->bpp = avctx->bits_per_coded_sample;
c->pic.data[0] = NULL; c->pic.data[0] = NULL;


Loading…
Cancel
Save