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

Unified Diff: media/remoting/proto/remoting_rpc_message.proto

Issue 2503233003: Add enumerations for compressed (E)AC3 sample format (Closed)
Patch Set: Fix proto Created 4 years, 1 month 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
« no previous file with comments | « media/base/sample_format.cc ('k') | media/remoting/rpc/proto_enum_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/proto/remoting_rpc_message.proto
diff --git a/media/remoting/proto/remoting_rpc_message.proto b/media/remoting/proto/remoting_rpc_message.proto
index 58d4a6574ddf220d031c72b01367c9b9248f0aa5..0cc09bbbd4649d7d12925550feedbfb77f81d642 100644
--- a/media/remoting/proto/remoting_rpc_message.proto
+++ b/media/remoting/proto/remoting_rpc_message.proto
@@ -77,6 +77,8 @@ message AudioDecoderConfig {
kSampleFormatPlanarF32 = 6;
kSampleFormatPlanarS32 = 7;
kSampleFormatS24 = 8;
+ kSampleFormatAc3 = 9;
+ kSampleFormatEac3 = 10;
};
// Should align with ::media::ChannelLayout
« no previous file with comments | « media/base/sample_format.cc ('k') | media/remoting/rpc/proto_enum_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698