commit | c1a2a43fe5a35f9444b193053ef27f83865472c1 | [log] [tgz] |
---|---|---|
author | bjornv@webrtc.org <bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Jun 16 10:30:14 2014 |
committer | bjornv@webrtc.org <bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Jun 16 10:30:14 2014 |
tree | 9d6b3d3d4babfa51442c33ee2ffd49809a8de999 | |
parent | f89ce467d1977ea1d867be4e5be2ccd9a206113c [diff] |
common_audio: Removes macro WEBRTC_SPL_LSHIFT_U16 We should avoid macros in general (see style guide) and the shift ones are particular dangerous since they assume that the user apply a non-negative shift. Related CL: https://webrtc-codereview.appspot.com/16669004 BUG=3348,3353 TESTED=trybots and manually on linux R=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/19719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6444 4adac7df-926f-26a2-2b94-8c16560cd09d