Commit b8f5e40f authored by jbr's avatar jbr

cosmetics: remove a pointless comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17749 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a4d295c
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment