提交 14489074 编写于 作者: J Justin Ruggles

flacdec: cosmetics: indentation

Originally committed as revision 18159 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册