[FFmpeg-devel] [PATCH] Document put_bits_init()

Michael Niedermayer michaelni
Fri Apr 10 18:58:22 CEST 2009


On Fri, Apr 10, 2009 at 05:07:08PM +0200, Stefano Sabatini wrote:
> Hi, as in subject.
[...]
> +/**
> + * Initializes the PutBitContext \p s.
> + *
> + * @param buffer the buffer where to put bits
> + * @param buffer_size the size in bytes of \p buffer
> + */
>  static inline void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_size)
>  {
>      if(buffer_size < 0) {

ok though its near redundant

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090410/271cb498/attachment.pgp>



More information about the ffmpeg-devel mailing list