diff flacdec.c @ 9107:51a1ec2a637f libavcodec

cosmetics: remove a pointless comment
author jbr
date Tue, 03 Mar 2009 05:25:58 +0000
parents 4984f305def8
children 8053722e1c7f
line wrap: on
line diff
--- a/flacdec.c	Tue Mar 03 05:25:23 2009 +0000
+++ b/flacdec.c	Tue Mar 03 05:25:58 2009 +0000
@@ -185,7 +185,6 @@
     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);