Mercurial > libavcodec.hg
changeset 9404:72d354a91367 libavcodec
Add documentation for skip_put_bytes().
author | stefano |
---|---|
date | Sat, 11 Apr 2009 14:49:46 +0000 |
parents | 12fe11381b21 |
children | 9fc81340a5a8 |
files | bitstream.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bitstream.h Sat Apr 11 14:47:35 2009 +0000 +++ b/bitstream.h Sat Apr 11 14:49:46 2009 +0000 @@ -335,7 +335,7 @@ } /** - * + * Skips the given number of bytes. * PutBitContext must be flushed & aligned to a byte boundary before calling this. */ static inline void skip_put_bytes(PutBitContext *s, int n){