Chromium Code Reviews| Index: media/webm/webm_constants.h |
| diff --git a/media/webm/webm_constants.h b/media/webm/webm_constants.h |
| index 93041b29c67c6067f468e032b5fddf0a9601be6f..fa4dae0b4d01ec52e488b2488cf801a5f789fdc0 100644 |
| --- a/media/webm/webm_constants.h |
| +++ b/media/webm/webm_constants.h |
| @@ -203,6 +203,7 @@ const uint8 kWebMFlagKeyframe = 0x80; |
| // request for comments specification is here |
| // http://wiki.webmproject.org/encryption/webm-encryption-rfc |
| const int kWebMHmacSize = 12; |
| +const int kWebMEncryptedFrame = 1; |
|
xhwang
2012/08/01 00:45:41
This sounds like a "frame" not a flag. Since we ha
fgalligan1
2012/08/01 01:36:10
Done.
|
| } // namespace media |