| Index: media/cast/rtcp/rtcp_receiver.cc
|
| diff --git a/media/cast/rtcp/rtcp_receiver.cc b/media/cast/rtcp/rtcp_receiver.cc
|
| index 00b5ae6071862ccd89bd5241c9cc882c2825baea..ffa1a6fa691fb3a2d54d259a098bf788e1b58750 100644
|
| --- a/media/cast/rtcp/rtcp_receiver.cc
|
| +++ b/media/cast/rtcp/rtcp_receiver.cc
|
| @@ -29,7 +29,9 @@ media::cast::CastLoggingEvent TranslateToLogEventFromWireFormat(uint8 event) {
|
| case 8:
|
| return media::cast::kVideoPacketReceived;
|
| case 9:
|
| - return media::cast::kDuplicatePacketReceived;
|
| + return media::cast::kDuplicateAudioPacketReceived;
|
| + case 10:
|
| + return media::cast::kDuplicateVideoPacketReceived;
|
| default:
|
| // If the sender adds new log messages we will end up here until we add
|
| // the new messages in the receiver.
|
|
|