summaryrefslogtreecommitdiff
path: root/video_engine/vie_remb.h
diff options
context:
space:
mode:
authormflodman@webrtc.org <mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-22 09:41:42 +0000
committermflodman@webrtc.org <mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-22 09:41:42 +0000
commit1d50745f34afc7e3eb39801f31f4fbf56aa6c604 (patch)
tree9107a6219f8b8e379111f205d7be3b1fe009d24c /video_engine/vie_remb.h
parenteb72e2308963fe9e6f227c3ae79b95a00bf13202 (diff)
downloadwebrtc-1d50745f34afc7e3eb39801f31f4fbf56aa6c604.tar.gz
Remove ViE lint warnings that should have been caught at upload time.
TEST=cpplint.py video_engine/* Review URL: https://webrtc-codereview.appspot.com/964018 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3151 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/vie_remb.h')
-rw-r--r--video_engine/vie_remb.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/video_engine/vie_remb.h b/video_engine/vie_remb.h
index 63e96380..0ad36ca4 100644
--- a/video_engine/vie_remb.h
+++ b/video_engine/vie_remb.h
@@ -8,19 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-// 1. Register a RtpRtcp module to include in the REMB packet.
-// 2. When UpdateBitrateEstimate is called for the first time for a SSRC, add it
-// to the map.
-// 3. Send a new REMB every kRembSendIntervallMs or if a lower bitrate estimate
-// for a specified SSRC.
-
-
#ifndef WEBRTC_VIDEO_ENGINE_VIE_REMB_H_
#define WEBRTC_VIDEO_ENGINE_VIE_REMB_H_
#include <list>
-#include <map>
#include <utility>
+#include <vector>
#include "modules/interface/module.h"
#include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"