Changeset 2184
- Timestamp:
- Jul 29, 2008 12:13:40 PM (16 years ago)
- Location:
- pjproject/trunk/third_party/speex/libspeex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/speex/libspeex/mdf.c
r2002 r2184 618 618 speex_free(st->wtmp2); 619 619 #endif 620 speex_free(st->memX); 621 speex_free(st->memD); 622 speex_free(st->memE); 623 speex_free(st->notch_mem); 624 620 625 speex_free(st->play_buf); 621 626 speex_free(st); -
pjproject/trunk/third_party/speex/libspeex/preprocess.c
r2002 r2184 1170 1170 break; 1171 1171 case SPEEX_PREPROCESS_GET_ECHO_STATE: 1172 ptr = (void*)st->echo_state;1172 (*(SpeexEchoState**)ptr) = (SpeexEchoState*)st->echo_state; 1173 1173 break; 1174 1174 #ifndef FIXED_POINT
Note: See TracChangeset
for help on using the changeset viewer.