commit | 3791d7ebdc016cd8abdc592a7c5f122572ab1ad1 | [log] [tgz] |
---|---|---|
author | pbos@webrtc.org <pbos@webrtc.org> | Wed Dec 17 15:23:29 2014 |
committer | pbos@webrtc.org <pbos@webrtc.org> | Wed Dec 17 15:23:29 2014 |
tree | 101f64f107db3ce9f3898d420f80d53a1a99498d | |
parent | 2ab636304089193c27db1eeb3e9b8a33311a9c2e [diff] [blame] |
Rename _t struct types in audio_coding. _t names are reserved in POSIX. R=henrik.lundin@webrtc.org BUG=162 Review URL: https://webrtc-codereview.appspot.com/34509004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7933 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/modules/audio_coding/codecs/ilbc/lpc_encode.h b/modules/audio_coding/codecs/ilbc/lpc_encode.h index 8d87b0a..9f6f504 100644 --- a/modules/audio_coding/codecs/ilbc/lpc_encode.h +++ b/modules/audio_coding/codecs/ilbc/lpc_encode.h
@@ -32,7 +32,7 @@ before/after encoding */ int16_t *lsf_index, /* (o) lsf quantization index */ int16_t *data, /* (i) Speech to do LPC analysis on */ - iLBC_Enc_Inst_t *iLBCenc_inst + IlbcEncoder *iLBCenc_inst /* (i/o) the encoder state structure */ );