Browse Source

cosmetics: remove a pointless comment

Originally committed as revision 17749 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Justin Ruggles 16 years ago
parent
commit
0c89ca72a5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/flacdec.c

+ 0
- 1
libavcodec/flacdec.c View 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);



Loading…
Cancel
Save