]> git.sesse.net Git - ffmpeg/commit
get_bits: Return pointer to buffer that is the result of the alignment
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 11 Feb 2013 00:46:07 +0000 (16:46 -0800)
committerMartin Storsjö <martin@martin.st>
Tue, 19 Feb 2013 20:33:52 +0000 (22:33 +0200)
commit9918f57dcfc276cc8ecad3705875ca5877980c7a
tree3856a0f01cb57ea4cb304f08dc2cc605c0e8695d
parent2ed008204d5467be03a0a3af1e293b2f7038d0a0
get_bits: Return pointer to buffer that is the result of the alignment

This allows more transparent mixing of get_bits and whole-byte access
without having to touch get_bits internals.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/get_bits.h