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

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: Addressed hubbe's comments. 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 d72d1f8e32e26328835253adf56b19efb8c8c9b2..54767979458b82ca2fdbbdef1ed7146676d5003b 100644
--- a/media/cast/transport/cast_transport_config.h
+++ b/media/cast/transport/cast_transport_config.h
@@ -30,8 +30,7 @@ enum AudioCodec {
kFakeSoftwareAudio,
kOpus,
kPcm16,
- kExternalAudio,
- kAudioCodecLast = kExternalAudio
+ kAudioCodecLast = kPcm16
};
struct RtpConfig {

Powered by Google App Engine
This is Rietveld 408576698