From 0c89ca72a50c0d66a1e76d77e174224602cfe11b Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 3 Mar 2009 05:25:58 +0000 Subject: [PATCH] cosmetics: remove a pointless comment Originally committed as revision 17749 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flacdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c index c89c96b0b6..80c03182a5 100644 --- 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);