aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Guilbert <tguilbert@chromium.org>2021-07-21 13:55:38 -0700
committerOpenscreen LUCI CQ <openscreen-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-08-02 19:11:13 +0000
commitc6fdd48ace63566701b8d8315741d402162fe425 (patch)
tree722cb9632d18f8289ff75cb22e0e88a6aac63d83
parent0a7aefe8037a448db69f9314b360e3e10f4cab74 (diff)
downloadopenscreen-c6fdd48ace63566701b8d8315741d402162fe425.tar.gz
Update SampleFormat to match media::SampleFormat
This adds a kSampleFormatPlanarU8, to mirror the changes in the chromium media code. Bug: chromium:1231734 Change-Id: I6046c31b28b032ba49c8f723504f4dc8510ef4ec Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/3044460 Reviewed-by: Jordan Bayles <jophba@chromium.org> Commit-Queue: Jordan Bayles <jophba@chromium.org>
-rw-r--r--cast/streaming/remoting.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/cast/streaming/remoting.proto b/cast/streaming/remoting.proto
index bd00dd5c..84729d60 100644
--- a/cast/streaming/remoting.proto
+++ b/cast/streaming/remoting.proto
@@ -76,6 +76,7 @@ message AudioDecoderConfig {
kSampleFormatAc3 = 9;
kSampleFormatEac3 = 10;
kSampleFormatMpegHAudio = 11;
+ kSampleFormatPlanarU8 = 12;
};
// Proto version of Chrome's media::ChannelLayout.
@@ -451,4 +452,4 @@ message RpcMessage {
// RPC_DS_READUNTIL_CALLBACK
DemuxerStreamReadUntilCallback demuxerstream_readuntilcb_rpc = 401;
};
-} \ No newline at end of file
+}