Don't use constructs not implemented in gcc 4.6

This commit is contained in:
Ilari Liusvaara 2012-12-12 00:08:03 +02:00
parent a125ce761d
commit e59f8d469b

View file

@ -967,7 +967,7 @@ out:
float output[OPUS_MAX_OUT];
unsigned output_left;
uint32_t pregap_thrown;
bool postgap_thrown = false;
bool postgap_thrown;
OpusDecoder* decoder;
opus_stream& stream;
uint32_t next_block;