| Index: media/webm/webm_constants.h
|
| diff --git a/media/webm/webm_constants.h b/media/webm/webm_constants.h
|
| index 93041b29c67c6067f468e032b5fddf0a9601be6f..7d6f3ed9bf12ce9eec74f6285e7627eb445fbe4b 100644
|
| --- a/media/webm/webm_constants.h
|
| +++ b/media/webm/webm_constants.h
|
| @@ -202,6 +202,7 @@ const uint8 kWebMFlagKeyframe = 0x80;
|
| // The size is from the WebM encrypted specification. Current encrypted WebM
|
| // request for comments specification is here
|
| // http://wiki.webmproject.org/encryption/webm-encryption-rfc
|
| +const uint8 kWebMFlagEncryptedFrame = 0x1;
|
| const int kWebMHmacSize = 12;
|
|
|
| } // namespace media
|
|
|