- Timestamp:
- Jan 23, 2014 8:13:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/g722/g722_dec.c
r3553 r4713 451 451 } 452 452 453 void rx_qmf(g722_dec_t *dec, int rl, int rh, int *xout1, int *xout2)453 static void rx_qmf(g722_dec_t *dec, int rl, int rh, int *xout1, int *xout2) 454 454 { 455 455 int i;
Note: See TracChangeset
for help on using the changeset viewer.