Commit 0269e1bd authored by jbr's avatar jbr

flacdec: cosmetics: indentation


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18159 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d1992b67
......@@ -517,7 +517,7 @@ static int decode_frame(FLACContext *s)
bps_code);
return -1;
}
bps = sample_size_table[bps_code];
bps = sample_size_table[bps_code];
if (bps && bps != s->bps) {
av_log(s->avctx, AV_LOG_ERROR, "switching bps mid-stream is not "
"supported\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment