webrtc/talk/media
pkasting@chromium.org 0b1534c52e Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.
This fixes a variety of MSVC warnings about value truncations when implicitly
storing the 64-bit values we get back from e.g. TimeTicks in 32-bit objects, and
removes the need for a number of explicit casts.

This also moves a number of constants so they're declared right where they're used, which is easier to read and maintain, and makes some of them of integral type rather than using the "enum hack".

BUG=chromium:81439
TEST=none
R=tommi@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/33649004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7905 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-12-15 22:09:40 +00:00
..
base Cleanup little things found when refactoring. 2014-12-12 02:44:30 +00:00
devices (Auto)update libjingle 75390072-> 75428737 2014-09-13 01:09:18 +00:00
other (Auto)update libjingle 77263371-> 77296420 2014-10-08 22:24:30 +00:00
sctp (Auto)update libjingle 77263371-> 77296420 2014-10-08 22:24:30 +00:00
testdata * Move test data assests required by video frame tests to be in libjingle instead of elsewhere and co-located with other libjingle test data files. 2014-09-03 23:17:36 +00:00
webrtc Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess. 2014-12-15 22:09:40 +00:00