cosmetics: remove a pointless comment
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 3 Mar 2009 05:25:58 +0000 (05:25 +0000)
committerJustin 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

index c89c96b..80c0318 100644 (file)
@@ -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);