Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h |
index 46382ac1a5aee2ba4b7281adde2a6a73e2b14b2e..34885dc00d9bce08f91fdf5364aad71f7b2f92c5 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h |
@@ -40,9 +40,8 @@ class Sdes : public RtcpPacket { |
const std::vector<Chunk>& chunks() const { return chunks_; } |
- size_t BlockLength() const override { return block_length_; } |
+ size_t BlockLength() const override; |
- protected: |
bool Create(uint8_t* packet, |
size_t* index, |
size_t max_length, |