Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite VP8 isKeyFrame check (#2999)
#### Description [RFC 6386](https://www.rfc-editor.org/rfc/rfc6386#section-9.1) describes the least significant bit of the first byte of the header as: ``` A 1-bit frame type (0 for key frames, 1 for interframes). ``` The change is functionally a no-op, but the naming implies the wrong logic (you would assume `isKeyFrame == 1` means it is a key frame, but the opposite is true). #### Reference issue Fixes #...
- Loading branch information