commit | 019955d77015fed0b2dcec0cc62a8bdd63e0481e | [log] [tgz] |
---|---|---|
author | tommi@webrtc.org <tommi@webrtc.org> | Wed Mar 18 06:38:04 2015 +0000 |
committer | tommi@webrtc.org <tommi@webrtc.org> | Wed Mar 18 06:38:40 2015 +0000 |
tree | 5a10a98444827ef28cd6211137f246e884308a54 | |
parent | 3fffd66dfa83494294de1b6ccd4c775f554e3be2 [diff] |
Revert 8749 "We changed Encode() and EncodeInternal() return typ..." The reason is that this cl adds a static initializer so we can't roll webrtc into Chromium. See audio_encoder.cc and 'sizes' regression here: http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/186 > We changed Encode() and EncodeInternal() return type from bool to void in this issue: > https://webrtc-codereview.appspot.com/38279004/ > Now we don't have to pass EncodedInfo as output parameter, but can return it instead. This also adds the benefit of making clear that EncodeInternal() needs to fill in this info. > > R=kwiberg@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/43839004 TBR=jmarusic@webrtc.org Review URL: https://webrtc-codereview.appspot.com/49449004 Cr-Commit-Position: refs/heads/master@{#8772} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8772 4adac7df-926f-26a2-2b94-8c16560cd09d