Skip to content
Snippets Groups Projects
Commit 23e05db7 authored by Reimar Döffinger's avatar Reimar Döffinger
Browse files

Fix indentation.

Originally committed as revision 25089 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 65d45cea
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment