aboutsummaryrefslogtreecommitdiff
path: root/cast/standalone_sender/remoting_sender.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/standalone_sender/remoting_sender.cc')
-rw-r--r--cast/standalone_sender/remoting_sender.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cast/standalone_sender/remoting_sender.cc b/cast/standalone_sender/remoting_sender.cc
index 741fb190..e28c9ae1 100644
--- a/cast/standalone_sender/remoting_sender.cc
+++ b/cast/standalone_sender/remoting_sender.cc
@@ -23,6 +23,8 @@ VideoDecoderConfig::Codec ToProtoCodec(VideoCodec value) {
return VideoDecoderConfig_Codec_kCodecVP8;
case VideoCodec::kVp9:
return VideoDecoderConfig_Codec_kCodecVP9;
+ case VideoCodec::kAv1:
+ return VideoDecoderConfig_Codec_kCodecAV1;
default:
return VideoDecoderConfig_Codec_kUnknownVideoCodec;
}