Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: webrtc/video/payload_router.h

Issue 2588343002: Delete unused method PayloadRouter::MaxPayloadLength. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/video/payload_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/payload_router.h
diff --git a/webrtc/video/payload_router.h b/webrtc/video/payload_router.h
index 3b60ce23c0cd4fd2adb334cfa28254267f4e038a..f2d138dc2c74d2f671b151d4ccbac934682ef2bf 100644
--- a/webrtc/video/payload_router.h
+++ b/webrtc/video/payload_router.h
@@ -36,8 +36,6 @@ class PayloadRouter : public EncodedImageCallback {
int payload_type);
~PayloadRouter();
- static size_t DefaultMaxPayloadLength();
-
// PayloadRouter will only route packets if being active, all packets will be
// dropped otherwise.
void SetActive(bool active);
@@ -50,10 +48,6 @@ class PayloadRouter : public EncodedImageCallback {
const CodecSpecificInfo* codec_specific_info,
const RTPFragmentationHeader* fragmentation) override;
- // Returns the maximum allowed data payload length, given the configured MTU
- // and RTP headers.
- size_t MaxPayloadLength() const;
-
void OnBitrateAllocationUpdated(const BitrateAllocation& bitrate);
private:
« no previous file with comments | « no previous file | webrtc/video/payload_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698