| Index: webrtc/video/payload_router.cc
|
| diff --git a/webrtc/video/payload_router.cc b/webrtc/video/payload_router.cc
|
| index f2f430904e92af77b1f26d3a55c1898392796d25..52e9d46ebb4f594c4fbfa3d96b1753e0717dabdb 100644
|
| --- a/webrtc/video/payload_router.cc
|
| +++ b/webrtc/video/payload_router.cc
|
| @@ -129,6 +129,7 @@
|
| if (codec_specific_info)
|
| CopyCodecSpecific(codec_specific_info, &rtp_video_header);
|
| rtp_video_header.rotation = encoded_image.rotation_;
|
| + rtp_video_header.content_type = encoded_image.content_type_;
|
| rtp_video_header.playout_delay = encoded_image.playout_delay_;
|
|
|
| int stream_index = rtp_video_header.simulcastIdx;
|
|
|