aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/rtp_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/rtp_defines.h')
-rw-r--r--cast/streaming/rtp_defines.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cast/streaming/rtp_defines.h b/cast/streaming/rtp_defines.h
index 1f9cc43f..43005714 100644
--- a/cast/streaming/rtp_defines.h
+++ b/cast/streaming/rtp_defines.h
@@ -92,7 +92,9 @@ enum class RtpPayloadType : uint8_t {
kVideoVp8 = 100,
kVideoH264 = 101,
kVideoVarious = 102, // Codec being used is not fixed.
- kVideoLast = 102,
+ kVideoVp9 = 103,
+ kVideoAv1 = 104,
+ kVideoLast = kVideoAv1,
// Some AndroidTV receivers require the payload type for audio to be 127, and
// video to be 96; regardless of the codecs actually being used. This is