Commit 14489074 authored by Justin Ruggles's avatar Justin Ruggles

flacdec: cosmetics: indentation

Originally committed as revision 18159 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8199ea3b
......@@ -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