Index: trunk/src/media/cast/rtp_receiver/rtp_parser/rtp_parser.h |
=================================================================== |
--- trunk/src/media/cast/rtp_receiver/rtp_parser/rtp_parser.h (revision 243647) |
+++ trunk/src/media/cast/rtp_receiver/rtp_parser/rtp_parser.h (working copy) |
@@ -22,8 +22,8 @@ |
uint32 ssrc; |
int payload_type; |
- transport::AudioCodec audio_codec; |
- transport::VideoCodec video_codec; |
+ AudioCodec audio_codec; |
+ VideoCodec video_codec; |
int audio_channels; |
}; |