Removed a couple of unused variables

This commit is contained in:
Steve Underwood 2014-02-08 16:25:10 +08:00
parent 3c55a90076
commit a61edbd8dc
1 changed files with 0 additions and 4 deletions

View File

@ -64,8 +64,6 @@ struct g722_encode_state_s
g722_band_t band[2];
uint32_t in_buffer;
int in_bits;
uint32_t out_buffer;
int out_bits;
};
@ -94,8 +92,6 @@ struct g722_decode_state_s
uint32_t in_buffer;
int in_bits;
uint32_t out_buffer;
int out_bits;
};
#endif