[FFmpeg-cvslog] r17749 - trunk/libavcodec/flacdec.c

jbr subversion
Tue Mar 3 06:26:00 CET 2009


Author: jbr
Date: Tue Mar  3 06:25:58 2009
New Revision: 17749

Log:
cosmetics: remove a pointless comment

Modified:
   trunk/libavcodec/flacdec.c

Modified: trunk/libavcodec/flacdec.c
==============================================================================
--- trunk/libavcodec/flacdec.c	Tue Mar  3 06:25:23 2009	(r17748)
+++ trunk/libavcodec/flacdec.c	Tue Mar  3 06:25:58 2009	(r17749)
@@ -185,7 +185,6 @@ void ff_flac_parse_streaminfo(AVCodecCon
     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);
 




More information about the ffmpeg-cvslog mailing list