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

Stefano Sabatini stefano.sabatini-lala
Fri Apr 10 19:30:42 CEST 2009


On date Friday 2009-04-10 18:58:22 +0200, Michael Niedermayer encoded:
> 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

Applied.
-- 
FFmpeg = Fast Faithless Mysterious Pure Erudite Guide



More information about the ffmpeg-devel mailing list