# HG changeset patch # User jbr # Date 1235615429 0 # Node ID 15515243f476b343f4286ab9a714ab4269aabacf # Parent 7eedb5796dd81e024f40e52fa286cf424cc71af2 cosmetics: line wrap and indentation after last commit. diff -r 7eedb5796dd8 -r 15515243f476 flacdec.c --- a/flacdec.c Thu Feb 26 02:29:24 2009 +0000 +++ b/flacdec.c Thu Feb 26 02:30:29 2009 +0000 @@ -141,10 +141,9 @@ if (!ff_flac_is_extradata_valid(avctx, &format, &streaminfo)) return -1; - /* initialize based on the demuxer-supplied streamdata header */ - ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s, - streaminfo); - allocate_buffers(s); + /* initialize based on the demuxer-supplied streamdata header */ + ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s, streaminfo); + allocate_buffers(s); return 0; }