turaj@webrtc.org 10d3b5239b I haven't done any refactoring here.
Resolve coverity warnings.

14305.

The warning is not really valid. The 'decode' function should be called with a 'mode' variable, where inside the function it is assumed that mode is either zero or one. If mode is taking other values some varibles are used uninitialized. However, this is an internal function and it is always called with either ZERO or ONE. Therefore, the code operates correctly. I made small changes as I beleive it is a bit nicer way. 

In ACM:
- Conditions on 'mode' is changed.


Tested with trybots.

BUG=None
TEST=None
Review URL: https://webrtc-codereview.appspot.com/564014

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2297 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-24 21:20:25 +00:00
2012-05-23 15:39:01 +00:00
2012-05-09 23:22:30 +00:00
2012-05-24 21:20:25 +00:00
2012-05-23 15:39:01 +00:00
2012-01-14 01:03:56 +00:00
2012-03-13 17:22:44 +00:00
2011-11-02 12:19:22 +00:00
2012-02-21 17:53:46 +00:00
2012-04-19 18:09:23 +00:00
Description
No description provided
108 MiB
Languages
C++ 76%
C 16%
Python 2.3%
Java 2.1%
Objective-C++ 1.5%
Other 1.9%