Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: media/cast/rtp_receiver/rtp_parser/rtp_parser.h

Issue 109413004: Cast:Adding cast_transport_config and cleaning up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating chrome/renderer Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/cast/rtp_receiver/rtp_parser/rtp_parser.h
diff --git a/media/cast/rtp_receiver/rtp_parser/rtp_parser.h b/media/cast/rtp_receiver/rtp_parser/rtp_parser.h
index f0a16b9ac373739ea11672e12484de9bb04ccbc1..2746aba4d17bc69924fef053c1e39799a5118600 100644
--- a/media/cast/rtp_receiver/rtp_parser/rtp_parser.h
+++ b/media/cast/rtp_receiver/rtp_parser/rtp_parser.h
@@ -22,8 +22,8 @@ struct RtpParserConfig {
uint32 ssrc;
int payload_type;
- AudioCodec audio_codec;
- VideoCodec video_codec;
+ transport::AudioCodec audio_codec;
+ transport::VideoCodec video_codec;
int audio_channels;
};

Powered by Google App Engine
This is Rietveld 408576698