Commit 184bc53d authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: indentation after last commit

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