Commit 0c89ca72 authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: remove a pointless comment

Originally committed as revision 17749 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 95db6659
......@@ -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