commit | 822fbd8b68ffdb481b9557e2950ae8d6657c8ce6 | [log] [tgz] |
---|---|---|
author | wu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Aug 15 23:38:54 2013 +0000 |
committer | wu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Aug 15 23:38:54 2013 +0000 |
tree | 55865e2c9e09c58a78b0285146c219230bc8cd5b | |
parent | dde7d4c6ed0db879a348fa775da17ff2dca2f4d7 [diff] [blame] |
Update talk to 50918584. Together with Stefan's http://review.webrtc.org/1960004/. R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2048004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4556 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/video_coding/main/source/packet.cc b/webrtc/modules/video_coding/main/source/packet.cc index 5dbb823..ad69418 100644 --- a/webrtc/modules/video_coding/main/source/packet.cc +++ b/webrtc/modules/video_coding/main/source/packet.cc
@@ -94,7 +94,7 @@ { switch(videoHeader.codec) { - case kRTPVideoVP8: + case kRtpVideoVp8: { // Handle all packets within a frame as depending on the previous packet // TODO(holmer): This should be changed to make fragments independent @@ -111,7 +111,7 @@ codec = kVideoCodecVP8; break; } - case kRTPVideoI420: + case kRtpVideoI420: { codec = kVideoCodecI420; break;