aboutsummaryrefslogtreecommitdiff
path: root/cast/standalone_receiver/simple_remoting_receiver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/standalone_receiver/simple_remoting_receiver.cc')
-rw-r--r--cast/standalone_receiver/simple_remoting_receiver.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cast/standalone_receiver/simple_remoting_receiver.cc b/cast/standalone_receiver/simple_remoting_receiver.cc
index b685d564..c22f3271 100644
--- a/cast/standalone_receiver/simple_remoting_receiver.cc
+++ b/cast/standalone_receiver/simple_remoting_receiver.cc
@@ -28,6 +28,9 @@ VideoCodec ParseProtoCodec(VideoDecoderConfig::Codec value) {
case VideoDecoderConfig_Codec_kCodecVP9:
return VideoCodec::kVp9;
+ case VideoDecoderConfig_Codec_kCodecAV1:
+ return VideoCodec::kAv1;
+
default:
return VideoCodec::kNotSpecified;
}