projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95db665
)
cosmetics: remove a pointless comment
author
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 3 Mar 2009 05:25:58 +0000
(
05:25
+0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 3 Mar 2009 05:25:58 +0000
(
05:25
+0000)
Originally committed as revision 17749 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/flacdec.c
patch
|
blob
|
history
diff --git
a/libavcodec/flacdec.c
b/libavcodec/flacdec.c
index
c89c96b
..
80c0318
100644
(file)
--- a/
libavcodec/flacdec.c
+++ b/
libavcodec/flacdec.c
@@
-185,7
+185,6
@@
void ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s,
GetBitContext gb;
init_get_bits(&gb, buffer, FLAC_STREAMINFO_SIZE*8);
- /* mandatory streaminfo */
skip_bits(&gb, 16); /* skip min blocksize */
s->max_blocksize = get_bits(&gb, 16);