commit | bbf7c864ad7b9c6b643ece24967cab77c87ad26c | [log] [tgz] |
---|---|---|
author | Noah Richards <noahric@chromium.org> | Tue Apr 21 23:30:13 2015 |
committer | Noah Richards <noahric@chromium.org> | Tue Apr 21 23:29:53 2015 |
tree | d7410ac04498f55763d846c92c191f495fbf9a83 | |
parent | 61b4d518af7c2e4156056931d3512a49032b827d [diff] |
Add a new BitBuffer class to webrtc base. Provides a read-only interface for reading byte and bit-sized data from an underlying buffer in network/big-endian order. Also provides a method for reading exponential golomb encoded values, which will be useful in H.264 packet parsing (separate CL). BUG= R=pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/49719004 Cr-Commit-Position: refs/heads/master@{#9046}