commit | eb544460e47140d494dddf1217a698a1dcf4dee0 | [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 | 0008774cce1187cc2db11eeb564661c0737341f7 | |
parent | 209df9bf77b68fd872c4218704f98418f7b28ae6 [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@7933 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/frame_classify.c b/webrtc/modules/audio_coding/codecs/ilbc/frame_classify.c index c2c6f75..c93cdd4 100644 --- a/webrtc/modules/audio_coding/codecs/ilbc/frame_classify.c +++ b/webrtc/modules/audio_coding/codecs/ilbc/frame_classify.c
@@ -25,7 +25,7 @@ int16_t WebRtcIlbcfix_FrameClassify( /* (o) Index to the max-energy sub frame */ - iLBC_Enc_Inst_t *iLBCenc_inst, + IlbcEncoder *iLBCenc_inst, /* (i/o) the encoder state structure */ int16_t *residualFIX /* (i) lpc residual signal */ ){