Index: content_decryption_module.h |
diff --git a/content_decryption_module.h b/content_decryption_module.h |
index 28be27b88813893270777d2552c78bfaf976feb1..a68b8ae816664ec29b9ca4c7f60abd6297e7403a 100644 |
--- a/content_decryption_module.h |
+++ b/content_decryption_module.h |
@@ -245,7 +245,11 @@ struct VideoDecoderConfig { |
kH264ProfileHigh, |
kH264ProfileHigh10, |
kH264ProfileHigh422, |
- kH264ProfileHigh444Predictive |
+ kH264ProfileHigh444Predictive, |
+ kVP9Profile0, |
+ kVP9Profile1, |
+ kVP9Profile2, |
+ kVP9Profile3 |
}; |
VideoDecoderConfig() |