mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 21:14:47 +00:00
flacdec: cosmetics: indentation
Originally committed as revision 18159 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8199ea3b8c
commit
1448907465
@ -517,7 +517,7 @@ static int decode_frame(FLACContext *s)
|
|||||||
bps_code);
|
bps_code);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
bps = sample_size_table[bps_code];
|
bps = sample_size_table[bps_code];
|
||||||
if (bps && bps != s->bps) {
|
if (bps && bps != s->bps) {
|
||||||
av_log(s->avctx, AV_LOG_ERROR, "switching bps mid-stream is not "
|
av_log(s->avctx, AV_LOG_ERROR, "switching bps mid-stream is not "
|
||||||
"supported\n");
|
"supported\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user