# HG changeset patch # User stefano # Date 1239461386 0 # Node ID 72d354a913675dfe87801e26528414d9d9bfed05 # Parent 12fe11381b21de96d96210cc8831404492a9156a Add documentation for skip_put_bytes(). diff -r 12fe11381b21 -r 72d354a91367 bitstream.h --- 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){