mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-31 11:53:24 +00:00
cosmetics: indentation after last commit
Originally committed as revision 17791 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7d0303587d
commit
184bc53db4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user