projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d03035
)
cosmetics: indentation after last commit
author
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 3 Mar 2009 23:50:21 +0000
(23:50 +0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 3 Mar 2009 23:50:21 +0000
(23:50 +0000)
Originally committed as revision 17791 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/flacdec.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/flacdec.c
b/libavcodec/flacdec.c
index
eaccfa5
..
0787833
100644
(file)
--- a/
libavcodec/flacdec.c
+++ b/
libavcodec/flacdec.c
@@
-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: