Mercurial > libavcodec.hg
changeset 9412:a61f0c7f40a8 libavcodec
Document pbBufPtr().
author | stefano |
---|---|
date | Sun, 12 Apr 2009 09:06:17 +0000 |
parents | 4cb7c65fc775 |
children | 1eafaea58613 |
files | put_bits.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/put_bits.h Sun Apr 12 08:35:26 2009 +0000 +++ b/put_bits.h Sun Apr 12 09:06:17 2009 +0000 @@ -259,7 +259,10 @@ put_bits(pb, bits, val & ((1<<bits)-1)); } - +/** + * Returns the pointer to the byte where the bitstream writer will put + * the next bit. + */ static inline uint8_t* pbBufPtr(PutBitContext *s) { #ifdef ALT_BITSTREAM_WRITER