X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=bitstream.h;h=09994142bc9e343a09c96fca951b8f9117df5977;hp=46038842092121e8dc2c7be675f07d01408738e6;hb=f113a41a633c0541f0d8418baf40205f4553c885;hpb=5a8158c86d30905b0684fdf4e74a9bb1d1ba767b diff --git a/bitstream.h b/bitstream.h index 46038842..09994142 100644 --- a/bitstream.h +++ b/bitstream.h @@ -63,9 +63,9 @@ static inline unsigned int get_bit(struct getbit_context *gbc) /** * Initialize a getbit_context structure. * - * \param buffer The bitstream buffer. It must be FF_INPUT_BUFFER_PADDING_SIZE - * bytes larger then the actual read bits * because some optimized bitstream - * readers read 32 or 64 bit at once and could read over the end. + * \param buffer The bitstream buffer. It must be 4 bytes larger then the + * actual read bits because the bitstream reader might read 32 bits at once and + * could read over the end. * * \param bit_size The size of the buffer in bytes. */