| Index: media/formats/webm/webm_constants.h
|
| diff --git a/media/formats/webm/webm_constants.h b/media/formats/webm/webm_constants.h
|
| index 711b40f35a20a43cc3008f8b2311b3aa03e5de74..103a168676b58e07816463f6da288b77f9d89812 100644
|
| --- a/media/formats/webm/webm_constants.h
|
| +++ b/media/formats/webm/webm_constants.h
|
| @@ -209,8 +209,11 @@ const uint8_t kWebMFlagKeyframe = 0x80;
|
| // Current encrypted WebM request for comments specification is here
|
| // http://wiki.webmproject.org/encryption/webm-encryption-rfc
|
| const uint8_t kWebMFlagEncryptedFrame = 0x1;
|
| +const uint8_t kWebMFlagEncryptedFramePartitioned = 0x2;
|
| const int kWebMIvSize = 8;
|
| const int kWebMSignalByteSize = 1;
|
| +const int kWebMEncryptedFrameNumPartitionSize = 1;
|
| +const int kWebMEncryptedFramePartitionSize = 4;
|
|
|
| // Current specification for WebVTT embedded in WebM
|
| // http://wiki.webmproject.org/webm-metadata/temporal-metadata/webvtt-in-webm
|
|
|