Landing http://review.webrtc.org/914006/
Review URL: https://webrtc-codereview.appspot.com/930007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3030 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
1a2a6dda26
commit
ef629299e9
1
AUTHORS
1
AUTHORS
@ -6,3 +6,4 @@ Mozilla Foundation
|
||||
Ben Strong <bstrong@gmail.com>
|
||||
Petar Jovanovic <petarj@mips.com>
|
||||
Martin Storsjo <martin@martin.st>
|
||||
Jie Mao <maojie0924@gmail.com>
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_DEFINES_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_DEFINES_H_
|
||||
|
||||
#include "engine_configurations.h" // NOLINT
|
||||
|
||||
@ -218,4 +218,4 @@ inline int ChannelId(const int moduleId) {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_DEFINES_H_
|
||||
|
@ -15,8 +15,8 @@
|
||||
// for a specified SSRC.
|
||||
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_REMB_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_REMB_H_
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
@ -88,4 +88,4 @@ class VieRemb : public RemoteBitrateObserver, public Module {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_REMB_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user