Skip to content

Commit

Permalink
Fixed an uninitialized variable bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
synety-jdebp committed Mar 31, 2017
1 parent 9de3ff6 commit 88ab19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makeann/makeann.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ int main(int argc, char **argv)

#ifdef ENABLE_G729
case RTP_G729:
wsize = 0;
for (j = 0; j < 2; j++) {
uint8_t l;
G729_ENCODE(ctx_g729, &(slbuf[j * 80]), &(lawbuf[j * 10]), &l);
Expand Down

0 comments on commit 88ab19e

Please sign in to comment.