summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org>2014-09-25 07:31:42 +0000
committerpbos@webrtc.org <pbos@webrtc.org>2014-09-25 07:31:42 +0000
commit05d2a47d209f807578cbcf60eee69ce6da793a40 (patch)
tree0131a2ef5b43e8e2ead2d8b578598d156f6a2f8b
parent28743aa372c69f55243b77217def9d992aca8e70 (diff)
downloadwebrtc-05d2a47d209f807578cbcf60eee69ce6da793a40.tar.gz
Fix typo from RtpPacketizerH264.
BUG= R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27609004 Patch from Changbin Shao <changbin.shao@intel.com>. git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7295 4adac7df-926f-26a2-2b94-8c16560cd09d
-rw-r--r--modules/rtp_rtcp/source/rtp_format_h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rtp_rtcp/source/rtp_format_h264.h b/modules/rtp_rtcp/source/rtp_format_h264.h
index abd9321f..830d765c 100644
--- a/modules/rtp_rtcp/source/rtp_format_h264.h
+++ b/modules/rtp_rtcp/source/rtp_format_h264.h
@@ -43,7 +43,7 @@ class RtpPacketizerH264 : public RtpPacketizer {
virtual ProtectionType GetProtectionType() OVERRIDE;
- virtual StorageType GetStorageType(uint32_t retrasmission_settings) OVERRIDE;
+ virtual StorageType GetStorageType(uint32_t retransmission_settings) OVERRIDE;
virtual std::string ToString() OVERRIDE;