Don't use constructs not implemented in gcc 4.6
This commit is contained in:
parent
a125ce761d
commit
e59f8d469b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue