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

Unified Diff: media/cast/transport/cast_transport_config.h

Issue 280993002: [Cast] Repair receiver playout time calculations and frame skip logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added playout_time smoothness checks in End2EndTest. Created 6 years, 7 months 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/transport/cast_transport_config.h
diff --git a/media/cast/transport/cast_transport_config.h b/media/cast/transport/cast_transport_config.h
index b25ce4e28513b847c15c634ff7a4b44326a92969..d3136e00a94e8f0908bec0d315af0e2446a1c561 100644
--- a/media/cast/transport/cast_transport_config.h
+++ b/media/cast/transport/cast_transport_config.h
@@ -31,8 +31,7 @@ enum AudioCodec {
kFakeSoftwareAudio,
kOpus,
kPcm16,
- kExternalAudio,
- kAudioCodecLast = kExternalAudio
+ kAudioCodecLast = kPcm16
};
struct RtpConfig {

Powered by Google App Engine
This is Rietveld 408576698