| Index: media/webm/webm_constants.h
|
| diff --git a/media/webm/webm_constants.h b/media/webm/webm_constants.h
|
| index 463b15a9b3a2f3124719ed72462466d67b843ddc..7e5e3b1682efc040caf29da81e9c1304421857e8 100644
|
| --- a/media/webm/webm_constants.h
|
| +++ b/media/webm/webm_constants.h
|
| @@ -202,6 +202,8 @@ const uint8 kWebMFlagKeyframe = 0x80;
|
| // Current encrypted WebM request for comments specification is here
|
| // http://wiki.webmproject.org/encryption/webm-encryption-rfc
|
| const uint8 kWebMFlagEncryptedFrame = 0x1;
|
| +const int kWebMIvSize = 8;
|
| +const int kWebMSignalByteSize = 1;
|
|
|
| } // namespace media
|
|
|
|
|