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

Unified Diff: remoting/protocol/session_config.h

Issue 10831246: Speex encoding/decoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 4 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: remoting/protocol/session_config.h
diff --git a/remoting/protocol/session_config.h b/remoting/protocol/session_config.h
index 12466d3e41f9f88886bffbbee7e9add8f1a2a7db..58d3d78ca89b3aa980bfc207977bc39923b4eb93 100644
--- a/remoting/protocol/session_config.h
+++ b/remoting/protocol/session_config.h
@@ -33,6 +33,7 @@ struct ChannelConfig {
CODEC_ZIP,
CODEC_VP8,
CODEC_VORBIS,
+ CODEC_SPEEX,
};
ChannelConfig();

Powered by Google App Engine
This is Rietveld 408576698