提交 a61edbd8 authored 作者: Steve Underwood's avatar Steve Underwood

Removed a couple of unused variables

上级 3c55a900
...@@ -64,8 +64,6 @@ struct g722_encode_state_s ...@@ -64,8 +64,6 @@ struct g722_encode_state_s
g722_band_t band[2]; g722_band_t band[2];
uint32_t in_buffer;
int in_bits;
uint32_t out_buffer; uint32_t out_buffer;
int out_bits; int out_bits;
}; };
...@@ -94,8 +92,6 @@ struct g722_decode_state_s ...@@ -94,8 +92,6 @@ struct g722_decode_state_s
uint32_t in_buffer; uint32_t in_buffer;
int in_bits; int in_bits;
uint32_t out_buffer;
int out_bits;
}; };
#endif #endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论