Browse Source

vorbisdec: Fix header parsing with no floor1 partitions

Originally committed as revision 23811 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
David Conrad 15 years ago
parent
commit
54fdf5d150
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vorbis_dec.c

+ 1
- 1
libavcodec/vorbis_dec.c View File

@@ -474,7 +474,7 @@ static int vorbis_parse_setup_hdr_floors(vorbis_context *vc)
AV_DEBUG(" %d. floor type %d \n", i, floor_setup->floor_type);

if (floor_setup->floor_type == 1) {
uint_fast8_t maximum_class = 0;
int maximum_class = -1;
uint_fast8_t rangebits;
uint_fast16_t floor1_values = 2;



Loading…
Cancel
Save