Commit ef33d476 authored by jbr's avatar jbr

cosmetics: indentation after last commit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17791 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6b312827
......@@ -248,8 +248,8 @@ static int metadata_parse(FLACContext *s)
switch (metadata_type) {
case FLAC_METADATA_TYPE_STREAMINFO:
if (!s->got_streaminfo) {
ff_flac_parse_streaminfo(s->avctx, (FLACStreaminfo *)s,
s->gb.buffer+get_bits_count(&s->gb)/8);
ff_flac_parse_streaminfo(s->avctx, (FLACStreaminfo *)s,
s->gb.buffer+get_bits_count(&s->gb)/8);
s->got_streaminfo = 1;
}
default:
......
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