mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
cosmetics: remove a pointless comment
Originally committed as revision 17749 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
95db6659d8
commit
0c89ca72a5
@ -185,7 +185,6 @@ void ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s,
|
|||||||
GetBitContext gb;
|
GetBitContext gb;
|
||||||
init_get_bits(&gb, buffer, FLAC_STREAMINFO_SIZE*8);
|
init_get_bits(&gb, buffer, FLAC_STREAMINFO_SIZE*8);
|
||||||
|
|
||||||
/* mandatory streaminfo */
|
|
||||||
skip_bits(&gb, 16); /* skip min blocksize */
|
skip_bits(&gb, 16); /* skip min blocksize */
|
||||||
s->max_blocksize = get_bits(&gb, 16);
|
s->max_blocksize = get_bits(&gb, 16);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user