Mercurial > libavcodec.hg
changeset 9055:15515243f476 libavcodec
cosmetics: line wrap and indentation after last commit.
author | jbr |
---|---|
date | Thu, 26 Feb 2009 02:30:29 +0000 |
parents | 7eedb5796dd8 |
children | 4180f20569c1 |
files | flacdec.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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; }